Releases: MetaMask/action-publish-release
Releases · MetaMask/action-publish-release
Release list
2.0.1
2.0.0
Changed
- BREAKING: Use the version in
package.jsonto determine the release version instead of the name of the release branch (#46)- Projects that use this action should no longer pass a
release-branch-prefixinput. Additionally, they should make sure that when a release branch is merged, the version of the package (or root package in the case of a monorepo) is updated to the desired release version.
- Projects that use this action should no longer pass a
1.0.3
Changed
- Bump
@metamask/auto-changelogfrom2.3.0to2.4.0(#34)
1.0.2
1.0.1
Added
release-versionoutput (#28)- This outputs the version of the GitHub release, once it has been created.
1.0.0
Uncategorized
- First stable release
Changed
- Default release branch prefix (#22)
- The default prefix is now
release/, matchingaction-create-release-pr@v1.
- The default prefix is now
Fixed
- Faulty usage instructions in readme (#21)
0.1.0
0.0.7
Changed
- (BREAKING) Change release branch prefix from 'release-v' to 'automation_release-' (#12)
- Use
@lavamoat/allow-scriptsfor dependency lifecycle scripts (#11)
Fixed
- Changelog updating in monorepos and repositories with merge commits (#10)
- Done by updating
@metamask/auto-changelogto2.3.0. See MetaMask/auto-changelog#87 for details.
- Done by updating