Skip to content

Commit 3291fac

Browse files
github-actions[bot]github-actionsMrtenzlegobeat
authored
3.0.0 (#117)
* 3.0.0 * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Maarten Zuidhoorn <[email protected]> Co-authored-by: legobeat <[email protected]>
1 parent 5cb0f44 commit 3291fac

File tree

2 files changed

+55
-2
lines changed

2 files changed

+55
-2
lines changed

CHANGELOG.md

Lines changed: 54 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,111 +1,161 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
56
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

78
## [Unreleased]
89

10+
## [3.0.0]
11+
12+
### Changed
13+
14+
- **BREAKING**: Bump minimum Node version to 18 ([#118](https://github.com/MetaMask/action-create-release-pr/pull/118))
15+
- **BREAKING**: Format changelog using Prettier ([#116](https://github.com/MetaMask/action-create-release-pr/pull/116))
16+
917
## [2.0.0]
18+
1019
### Changed
20+
1121
- **BREAKING**: Bump minimum Node version to 16 ([#111](https://github.com/MetaMask/action-create-release-pr/pull/111))
1222
- build(deps): bump @metamask/auto-changelog from 2.6.0 to 3.1.0 ([#105](https://github.com/MetaMask/action-create-release-pr/pull/105))
1323

1424
## [1.5.0]
25+
1526
### Changed
27+
1628
- Check for `workspace:^` before replacing the version in package.json ([#108](https://github.com/MetaMask/action-create-release-pr/pull/108))
1729

1830
## [1.4.3]
31+
1932
### Changed
33+
2034
- Bump `@actions/core` ([#102](https://github.com/MetaMask/action-create-release-pr/pull/102))
2135

2236
## [1.4.2]
37+
2338
### Changed
39+
2440
- Resolve GitHub action deprecation warnings ([#98](https://github.com/MetaMask/action-create-release-pr/pull/98), [#100](https://github.com/MetaMask/action-create-release-pr/pull/100))
2541
- GitHub actions have been updated to v3, and the deprecated `set-output` command is no longer used.
2642

2743
## [1.4.1]
44+
2845
### Fixed
46+
2947
- Handle GitHub being slow to create a pull request ([#96](https://github.com/MetaMask/action-create-release-pr/pull/96))
3048

3149
## [1.4.0]
50+
3251
### Changed
52+
3353
- Resolve workspaces recursively for better Yarn 3 support ([#85](https://github.com/MetaMask/action-create-release-pr/pull/85))
3454

3555
## [1.3.0]
56+
3657
### Fixed
58+
3759
- Synchronize monorepo packages for versions in range 0.x.x ([#80](https://github.com/MetaMask/action-create-release-pr/pull/80))
3860
- Before this change, monorepo packages on major version `0` would break if any sibling packages contained breaking changes, which is permitted by SemVer.
3961

4062
## [1.2.0]
63+
4164
### Added
65+
4266
- Instructions for adding new packages to monorepos ([#74](https://github.com/MetaMask/action-create-release-pr/pull/74))
4367
- Draft PR status option ([#76](https://github.com/MetaMask/action-create-release-pr/pull/76))
4468

4569
## [1.1.0]
70+
4671
### Added
72+
4773
- Write file identifying the initiator of the workflow using this action ([#72](https://github.com/MetaMask/action-create-release-pr/pull/72))
4874
- This is can be used to upload the artifact required by [MetaMask/action-require-additional-reviewer](https://github.com/MetaMask/action-require-additional-reviewer) in subsequent workflows.
4975

5076
### Changed
77+
5178
- Prevent `Uncategorized` change category from appearing in new releases ([#69](https://github.com/MetaMask/action-create-release-pr/pull/69))
5279

5380
## [1.0.2]
81+
5482
### Changed
83+
5584
- Bump `@metamask/auto-changelog` from `2.3.0` to `2.4.0` ([#59](https://github.com/MetaMask/action-create-release-pr/pull/59))
5685

5786
## [1.0.1]
87+
5888
### Changed
89+
5990
- Improve usage instructions ([#53](https://github.com/MetaMask/action-create-release-pr/pull/53))
6091

6192
### Fixed
93+
6294
- Error logging on Action failure ([#56](https://github.com/MetaMask/action-create-release-pr/pull/56))
6395

6496
## [1.0.0]
97+
6598
### Uncategorized
99+
66100
- First stable release
67101

68102
### Changed
103+
69104
- Default release branch prefix ([#49](https://github.com/MetaMask/action-create-release-pr/pull/49))
70105
- The default prefix is now `release/`, matching [`action-publish-release@v1`](https://github.com/MetaMask/action-publish-release).
71106

72107
### Fixed
108+
73109
- Faulty usage instructions in readme ([#48](https://github.com/MetaMask/action-create-release-pr/pull/48))
74110

75111
## [0.1.1]
112+
76113
### Fixed
114+
77115
- This action ([#42](https://github.com/MetaMask/action-create-release-pr/pull/42))
78116
- Due to a poorly formatted Bash invocation in `action.yml`, this Action was completely broken.
79117

80118
## [0.1.0]
119+
81120
### Added
121+
82122
- Add `release-branch-prefix` input ([#38](https://github.com/MetaMask/action-create-release-pr/pull/38))
83123
- This matches the name of the corresponding input to [MetaMask/[email protected]](https://github.com/MetaMask/action-publish-release).
84124

85125
### Changed
126+
86127
- Remove " RC" suffix from PR title ([#39](https://github.com/MetaMask/action-create-release-pr/pull/39))
87128
- The PR title is now just the SemVer version of the release.
88129

89130
## [0.0.20]
131+
90132
### Changed
133+
91134
- **(BREAKING)** Change release branch prefix from 'release-v' to 'automation_release-' ([#35](https://github.com/MetaMask/action-create-release-pr/pull/35))
92135

93136
### Fixed
137+
94138
- Changelog updating in monorepos and repositories with merge commits ([#33](https://github.com/MetaMask/action-create-release-pr/pull/33))
95139
- Done by updating `@metamask/auto-changelog` to `2.3.0`. See [MetaMask/auto-changelog#87](https://github.com/MetaMask/auto-changelog/pull/87) for details.
96140

97141
## [0.0.19]
142+
98143
### Fixed
144+
99145
- Monorepo package diffing ([#31](https://github.com/MetaMask/action-create-release-pr/pull/31))
100146
- In ([#20](https://github.com/MetaMask/action-create-release-pr/pull/20)), we started returning the cached result for the first diffed package for every diffed package.
101147

102148
## [0.0.18]
149+
103150
### Fixed
151+
104152
- Changelog updating ([#28](https://github.com/MetaMask/action-create-release-pr/pull/28))
105153
- The updated changelog content was never written to disk.
106154

107155
## [0.0.17]
156+
108157
### Changed
158+
109159
- **(BREAKING)** Re-implement in TypeScript, add monorepo support ([#15](https://github.com/MetaMask/action-create-release-pr/pull/15))
110160
- Use `workspaces` manifest entry to find workspaces ([#20](https://github.com/MetaMask/action-create-release-pr/pull/20))
111161
- Add `@lavamoat/allow-scripts` and `setup` command ([#21](https://github.com/MetaMask/action-create-release-pr/pull/21))
@@ -115,10 +165,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
115165
- Migrate various utilities to `@metamask/action-utils` ([#24](https://github.com/MetaMask/action-create-release-pr/pull/24))
116166

117167
## [0.0.16]
168+
118169
### Uncategorized
170+
119171
- First semi-stable release. Polyrepos only.
120172

121-
[Unreleased]: https://github.com/MetaMask/action-create-release-pr/compare/v2.0.0...HEAD
173+
[Unreleased]: https://github.com/MetaMask/action-create-release-pr/compare/v3.0.0...HEAD
174+
[3.0.0]: https://github.com/MetaMask/action-create-release-pr/compare/v2.0.0...v3.0.0
122175
[2.0.0]: https://github.com/MetaMask/action-create-release-pr/compare/v1.5.0...v2.0.0
123176
[1.5.0]: https://github.com/MetaMask/action-create-release-pr/compare/v1.4.3...v1.5.0
124177
[1.4.3]: https://github.com/MetaMask/action-create-release-pr/compare/v1.4.2...v1.4.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "action-create-release-pr",
33
"private": true,
4-
"version": "2.0.0",
4+
"version": "3.0.0",
55
"description": "A GitHub Action for creating a release PR. Monorepo-compatible.",
66
"files": [
77
"lib/"

0 commit comments

Comments
 (0)