Skip to content

v9.49.4

Compare
Choose a tag to compare
@adierkens adierkens released this 04 Aug 16:06
· 1857 commits to main since this release

Release Notes

From #1429

This PR fixes a few issues around next releases and lerna independent monorepos:

  • implement a lerna-like versioning function for independent next releases. Allows us more control of how the repo gets versioned. this function will tag+commit the next version, relying on the previously implemented "tag-juggling" so we can rely on lerna as much as possible.
  • rely on makeRelease hook to create next releases. This enables changelogs in the prerelease for each package
  • keep tags annotated while moving. This makes lerna's package publishing logic work better. lerna changed only works on annotated tags.
  • remove version from "Full Changelog"s in prerelease PRs. hard to calculate correct version so it's easier to just omit it

🐛 Bug Fix

  • @auto-it/core, @auto-it/maven, @auto-it/npm

🔩 Dependency Updates

Authors: 2