From e07a53021e445c124a26325d6af16f06b19cb5ff Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 5 Mar 2025 21:21:05 +0000 Subject: [PATCH 1/3] 4.1.0 --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79203e0..2171955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.1.0] +### Uncategorized +- chore: bump `actions/upload-artifact` from `v3` to `v4` ([#171](https://github.com/MetaMask/create-release-branch/pull/171)) +- feat: release UI beta ([#166](https://github.com/MetaMask/create-release-branch/pull/166)) +- fix: limit breaking change dependent detection to peer dependencies ([#170](https://github.com/MetaMask/create-release-branch/pull/170)) +- chore: add workflow_dispatch to security-code-scanner ([#169](https://github.com/MetaMask/create-release-branch/pull/169)) +- Sync v3.x with main branch ([#162](https://github.com/MetaMask/create-release-branch/pull/162)) +- 4.0.0 ([#157](https://github.com/MetaMask/create-release-branch/pull/157)) +- chore(devdeps): @lavamoat/allow-scripts@^2.3.1->^3.1.0 ([#146](https://github.com/MetaMask/create-release-branch/pull/146)) + ## [4.0.0] ### Changed - **BREAKING:** Bump minimum Node.js version to `^18.18` ([#156](https://github.com/MetaMask/create-release-branch/pull/156)) @@ -69,7 +79,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/v4.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.1.0...HEAD +[4.1.0]: https://github.com/MetaMask/create-release-branch/compare/v4.0.0...v4.1.0 [4.0.0]: https://github.com/MetaMask/create-release-branch/compare/v3.1.0...v4.0.0 [3.1.0]: https://github.com/MetaMask/create-release-branch/compare/v3.0.1...v3.1.0 [3.0.1]: https://github.com/MetaMask/create-release-branch/compare/v3.0.0...v3.0.1 diff --git a/package.json b/package.json index 80b69c2..f4d83c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/create-release-branch", - "version": "4.0.0", + "version": "4.1.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", From 5322517cba72c2e58533bb27b7c4225e23f742f0 Mon Sep 17 00:00:00 2001 From: Salah-Eddine Saakoun Date: Thu, 6 Mar 2025 15:30:08 +0100 Subject: [PATCH 2/3] update changelog --- CHANGELOG.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2171955..198de0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [4.1.0] -### Uncategorized -- chore: bump `actions/upload-artifact` from `v3` to `v4` ([#171](https://github.com/MetaMask/create-release-branch/pull/171)) -- feat: release UI beta ([#166](https://github.com/MetaMask/create-release-branch/pull/166)) -- fix: limit breaking change dependent detection to peer dependencies ([#170](https://github.com/MetaMask/create-release-branch/pull/170)) -- chore: add workflow_dispatch to security-code-scanner ([#169](https://github.com/MetaMask/create-release-branch/pull/169)) -- Sync v3.x with main branch ([#162](https://github.com/MetaMask/create-release-branch/pull/162)) -- 4.0.0 ([#157](https://github.com/MetaMask/create-release-branch/pull/157)) -- chore(devdeps): @lavamoat/allow-scripts@^2.3.1->^3.1.0 ([#146](https://github.com/MetaMask/create-release-branch/pull/146)) +### Added +- Add interactive web UI for selecting package versions to release ([#166](https://github.com/MetaMask/create-release-branch/pull/166)) + - Added `--interactive` (`-i`) flag to launch a web-based UI for easier version selection + - Added `--port` option to configure the web server port (default: 3000) + +### Changed +- Refine breaking change dependent detection to only consider peer dependencies ([#170](https://github.com/MetaMask/create-release-branch/pull/170)) + - This change supports our policy of requiring packages with breaking changes to be released alongside their dependents + - Regular dependencies are no longer included in this check ## [4.0.0] ### Changed From ce708c0955ddbbcd0b8e938804c70dcb117fe1b6 Mon Sep 17 00:00:00 2001 From: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com> Date: Thu, 6 Mar 2025 16:20:26 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md Co-authored-by: Elliot Winkler --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 198de0d..f59e62f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Refine breaking change dependent detection to only consider peer dependencies ([#170](https://github.com/MetaMask/create-release-branch/pull/170)) - This change supports our policy of requiring packages with breaking changes to be released alongside their dependents - Regular dependencies are no longer included in this check +- Allow `npm:name@version` dependency redirections in manifest ([#158](https://github.com/MetaMask/create-release-branch/pull/158)) ## [4.0.0] ### Changed