Skip to content

3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jan 18:50
· 24 commits to main since this release
817385b

Changed

  • BREAKING: Format changelogs using Prettier (#100)
    • This is a breaking change since it changes the default formatting of the changelog in new release PRs. If you have a package script that runs auto-changelog validate, or you're calling auto-changelog validate in CI, you'll now need to pass the --prettier flag (see example).

Fixed

  • Restore support for monorepos that use workspace:^ references for interdependencies (#125)