You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the release candidate for version 4.2.0.
---------
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [4.2.0]
11
+
12
+
### Added
13
+
14
+
- Add option to use Oxfmt for formatting changelog ([#198](https://github.com/MetaMask/create-release-branch/pull/198))
15
+
- The CLI now accepts an optional `--formatter` option which can be set to either "oxfmt" or "prettier" (default).
16
+
10
17
## [4.1.4]
11
18
12
19
### Changed
@@ -136,7 +143,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
136
143
- 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.
137
144
- You can learn more on how to use this tool by reading the [documentation](docs/).
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@metamask/create-release-branch",
3
-
"version": "4.1.4",
3
+
"version": "4.2.0",
4
4
"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.",
0 commit comments