Skip to content

Commit 817385b

Browse files
github-actions[bot]github-actions
andauthored
3.0.0 (#130)
Co-authored-by: github-actions <[email protected]>
1 parent b12e72e commit 817385b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.0.0]
10+
### Changed
11+
- **BREAKING:** Format changelogs using Prettier ([#100](https://github.com/MetaMask/create-release-branch/pull/100))
12+
- This is a breaking change since it changes the default formatting of the changelog in new release PRs. If you have a package script that runs `auto-changelog validate`, or you're calling `auto-changelog validate` in CI, you'll now need to pass the `--prettier` flag (see [example](https://github.com/MetaMask/metamask-module-template/pull/219)).
13+
14+
### Fixed
15+
- Restore support for monorepos that use `workspace:^` references for interdependencies ([#125](https://github.com/MetaMask/create-release-branch/pull/125))
16+
917
## [2.0.1]
1018
### Fixed
1119
- Move `@metamask/auto-changelog` from `devDependencies` to `dependencies` and pin to ~3.3.0 ([#122](https://github.com/MetaMask/create-release-branch/pull/122))
@@ -40,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4048
- 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.
4149
- You can learn more on how to use this tool by reading the [documentation](docs/).
4250

43-
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v2.0.1...HEAD
51+
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v3.0.0...HEAD
52+
[3.0.0]: https://github.com/MetaMask/create-release-branch/compare/v2.0.1...v3.0.0
4453
[2.0.1]: https://github.com/MetaMask/create-release-branch/compare/v2.0.0...v2.0.1
4554
[2.0.0]: https://github.com/MetaMask/create-release-branch/compare/v1.1.0...v2.0.0
4655
[1.1.0]: https://github.com/MetaMask/create-release-branch/compare/v1.0.1...v1.1.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": "2.0.1",
3+
"version": "3.0.0",
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)