Skip to content

v9.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 May 11:47
14e4917

9.6.0 (2022-05-25)

Features

  • tag: add an option to force tag replacement (df5a94a)

Bug Fixes

  • Combining both release-as and prerelease now doesn't break package (5ecfa2e)
  • Fallback to git tag if no version in package file (57e7091)
  • No longer skips the commit if changelog and bump are both skipped but commitAll is set (08a0121)
  • Use relative path from .gitignore to avoid files matching inappropriately (d2491bc)
  • When a custom updater reports a version other than the new computed semver, that version is now correctly reported in log output (f2e83bf)