Skip to content

Commit 50c4238

Browse files
github-actions[bot]github-actionsGudahtt
authored
1.0.1 (#51)
* 1.0.1 * Update changelog Co-authored-by: github-actions <[email protected]> Co-authored-by: Mark Stacey <[email protected]>
1 parent 90f90f6 commit 50c4238

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.0.1]
10+
### Fixed
11+
- Update changelogs correctly for monorepo packages ([#50](https://github.com/MetaMask/create-release-branch/pull/50))
12+
- 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.
13+
914
## [1.0.0]
1015
### Added
1116
- Initial release
1217
- 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.
1318
- You can learn more on how to use this tool by reading the [documentation](docs/).
1419

15-
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v1.0.0...HEAD
20+
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v1.0.1...HEAD
21+
[1.0.1]: https://github.com/MetaMask/create-release-branch/compare/v1.0.0...v1.0.1
1622
[1.0.0]: https://github.com/MetaMask/create-release-branch/releases/tag/v1.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/create-release-branch",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "An interactive command-line tool to prepare a release branch by automatically bumping versions and updating changelogs for desired packages. Works for both polyrepos and monorepos.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)