Skip to content

Commit 2358c6e

Browse files
github-actions[bot]github-actionsmcmire
authored
1.0.0 (#41)
* 1.0.0 * Update changelog Co-authored-by: github-actions <[email protected]> Co-authored-by: Elliot Winkler <[email protected]>
1 parent d40d3f7 commit 2358c6e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9-
[Unreleased]: https://github.com/MetaMask/create-release-branch/
9+
## [1.0.0]
10+
### Added
11+
- Initial release
12+
- 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.
13+
- You can learn more on how to use this tool by reading the [documentation](docs/).
14+
15+
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v1.0.0...HEAD
16+
[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": "0.0.0",
3+
"version": "1.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)