Skip to content

Releases: MetaMask/create-release-branch

1.1.0

18 Jul 22:20
051817d
Compare
Choose a tag to compare

Added

  • Add support for nested workspaces (#84)

Changed

  • Add .yml extension to RELEASE_SPEC file (#83)

1.0.1

08 Nov 18:22
50c4238
Compare
Choose a tag to compare

Fixed

  • Update changelogs correctly for monorepo packages (#50)
    • The changelog update step was encountering an error when used for a monorepo package release that had already been released at least once. Related to this, the changelog was being updated with the wrong tag links. Both problems should now be resolved.

1.0.0

12 Oct 19:09
2358c6e
Compare
Choose a tag to compare

Added

  • Initial release
    • In this first release, this tool only supports monorepos with an independent versioning scheme. We will add support for other kinds of projects in future releases.
    • You can learn more on how to use this tool by reading the documentation.