From 817385b7c56f4885ffbc7453e24b27f0ad174cb8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 11:50:20 -0700 Subject: [PATCH] 3.0.0 (#130) Co-authored-by: github-actions --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec3822c..85b3416 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.0] +### Changed +- **BREAKING:** Format changelogs using Prettier ([#100](https://github.com/MetaMask/create-release-branch/pull/100)) + - 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)). + +### Fixed +- Restore support for monorepos that use `workspace:^` references for interdependencies ([#125](https://github.com/MetaMask/create-release-branch/pull/125)) + ## [2.0.1] ### Fixed - 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 - 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](docs/). -[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v2.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v3.0.0...HEAD +[3.0.0]: https://github.com/MetaMask/create-release-branch/compare/v2.0.1...v3.0.0 [2.0.1]: https://github.com/MetaMask/create-release-branch/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/MetaMask/create-release-branch/compare/v1.1.0...v2.0.0 [1.1.0]: https://github.com/MetaMask/create-release-branch/compare/v1.0.1...v1.1.0 diff --git a/package.json b/package.json index d1be328..a0fe9c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/create-release-branch", - "version": "2.0.1", + "version": "3.0.0", "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.", "repository": { "type": "git",