github intuit/auto v9.49.4

latest releases: v11.3.0, v11.2.1, v11.2.0...
5 years ago

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

Don't miss a new auto release

NewReleases is sending notifications on new releases.