From 75a3b9a8fae4a824de13f7bed21b06b1728ab697 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 12 Oct 2022 16:50:14 +0000 Subject: [PATCH 1/2] 1.0.0 --- CHANGELOG.md | 23 ++++++++++++++++++++++- package.json | 2 +- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09489cc7..f25ea825 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,4 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -[Unreleased]: https://github.com/MetaMask/create-release-branch/ +## [1.0.0] +### Uncategorized +- Fix hasChangesInDirectorySinceGitTag ([#39](https://github.com/MetaMask/create-release-branch/pull/39)) +- Support backport releases ([#37](https://github.com/MetaMask/create-release-branch/pull/37)) +- Discourage postponing release of changed packages ([#29](https://github.com/MetaMask/create-release-branch/pull/29)) +- Update release spec to only list changed packages ([#23](https://github.com/MetaMask/create-release-branch/pull/23)) +- Bump @metamask/utils from 2.1.0 to 3.0.3 ([#34](https://github.com/MetaMask/create-release-branch/pull/34)) +- Reformat root version to include the release no. ([#22](https://github.com/MetaMask/create-release-branch/pull/22)) +- Simplify monorepo-workflow-operations ([#21](https://github.com/MetaMask/create-release-branch/pull/21)) +- Don't blow away package manifest when updating ([#20](https://github.com/MetaMask/create-release-branch/pull/20)) +- Discourage people from using this tool just yet ([#30](https://github.com/MetaMask/create-release-branch/pull/30)) +- Add functional tests ([#19](https://github.com/MetaMask/create-release-branch/pull/19)) +- Add flow for monorepo w/ independent versions ([#6](https://github.com/MetaMask/create-release-branch/pull/6)) +- Add documentation ([#2](https://github.com/MetaMask/create-release-branch/pull/2)) +- Use Babel for Jest coverage provider ([#5](https://github.com/MetaMask/create-release-branch/pull/5)) +- Upgrade Jest to v28 ([#4](https://github.com/MetaMask/create-release-branch/pull/4)) +- Adjust ESLint rules ([#3](https://github.com/MetaMask/create-release-branch/pull/3)) +- Upgrade to Yarn v3 ([#1](https://github.com/MetaMask/create-release-branch/pull/1)) +- Initial commit (copied from module template) + +[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/MetaMask/create-release-branch/releases/tag/v1.0.0 diff --git a/package.json b/package.json index dc9a3273..bb9b1d90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/create-release-branch", - "version": "0.0.0", + "version": "1.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", From dda83f99bcc579602a1087ff998c9e996da1774e Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Wed, 12 Oct 2022 11:15:39 -0600 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f25ea825..c71832b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,24 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [1.0.0] -### Uncategorized -- Fix hasChangesInDirectorySinceGitTag ([#39](https://github.com/MetaMask/create-release-branch/pull/39)) -- Support backport releases ([#37](https://github.com/MetaMask/create-release-branch/pull/37)) -- Discourage postponing release of changed packages ([#29](https://github.com/MetaMask/create-release-branch/pull/29)) -- Update release spec to only list changed packages ([#23](https://github.com/MetaMask/create-release-branch/pull/23)) -- Bump @metamask/utils from 2.1.0 to 3.0.3 ([#34](https://github.com/MetaMask/create-release-branch/pull/34)) -- Reformat root version to include the release no. ([#22](https://github.com/MetaMask/create-release-branch/pull/22)) -- Simplify monorepo-workflow-operations ([#21](https://github.com/MetaMask/create-release-branch/pull/21)) -- Don't blow away package manifest when updating ([#20](https://github.com/MetaMask/create-release-branch/pull/20)) -- Discourage people from using this tool just yet ([#30](https://github.com/MetaMask/create-release-branch/pull/30)) -- Add functional tests ([#19](https://github.com/MetaMask/create-release-branch/pull/19)) -- Add flow for monorepo w/ independent versions ([#6](https://github.com/MetaMask/create-release-branch/pull/6)) -- Add documentation ([#2](https://github.com/MetaMask/create-release-branch/pull/2)) -- Use Babel for Jest coverage provider ([#5](https://github.com/MetaMask/create-release-branch/pull/5)) -- Upgrade Jest to v28 ([#4](https://github.com/MetaMask/create-release-branch/pull/4)) -- Adjust ESLint rules ([#3](https://github.com/MetaMask/create-release-branch/pull/3)) -- Upgrade to Yarn v3 ([#1](https://github.com/MetaMask/create-release-branch/pull/1)) -- Initial commit (copied from module template) +### Added +- Initial release + - 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/v1.0.0...HEAD [1.0.0]: https://github.com/MetaMask/create-release-branch/releases/tag/v1.0.0