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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+54-1Lines changed: 54 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,111 +1,161 @@
1
1
# Changelog
2
+
2
3
All notable changes to this project will be documented in this file.
3
4
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
7
8
## [Unreleased]
8
9
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
+
9
17
## [2.0.0]
18
+
10
19
### Changed
20
+
11
21
-**BREAKING**: Bump minimum Node version to 16 ([#111](https://github.com/MetaMask/action-create-release-pr/pull/111))
12
22
- 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))
13
23
14
24
## [1.5.0]
25
+
15
26
### Changed
27
+
16
28
- Check for `workspace:^` before replacing the version in package.json ([#108](https://github.com/MetaMask/action-create-release-pr/pull/108))
- GitHub actions have been updated to v3, and the deprecated `set-output` command is no longer used.
26
42
27
43
## [1.4.1]
44
+
28
45
### Fixed
46
+
29
47
- Handle GitHub being slow to create a pull request ([#96](https://github.com/MetaMask/action-create-release-pr/pull/96))
30
48
31
49
## [1.4.0]
50
+
32
51
### Changed
52
+
33
53
- Resolve workspaces recursively for better Yarn 3 support ([#85](https://github.com/MetaMask/action-create-release-pr/pull/85))
34
54
35
55
## [1.3.0]
56
+
36
57
### Fixed
58
+
37
59
- Synchronize monorepo packages for versions in range 0.x.x ([#80](https://github.com/MetaMask/action-create-release-pr/pull/80))
38
60
- Before this change, monorepo packages on major version `0` would break if any sibling packages contained breaking changes, which is permitted by SemVer.
39
61
40
62
## [1.2.0]
63
+
41
64
### Added
65
+
42
66
- Instructions for adding new packages to monorepos ([#74](https://github.com/MetaMask/action-create-release-pr/pull/74))
43
67
- Draft PR status option ([#76](https://github.com/MetaMask/action-create-release-pr/pull/76))
44
68
45
69
## [1.1.0]
70
+
46
71
### Added
72
+
47
73
- Write file identifying the initiator of the workflow using this action ([#72](https://github.com/MetaMask/action-create-release-pr/pull/72))
48
74
- 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.
49
75
50
76
### Changed
77
+
51
78
- Prevent `Uncategorized` change category from appearing in new releases ([#69](https://github.com/MetaMask/action-create-release-pr/pull/69))
52
79
53
80
## [1.0.2]
81
+
54
82
### Changed
83
+
55
84
- Bump `@metamask/auto-changelog` from `2.3.0` to `2.4.0` ([#59](https://github.com/MetaMask/action-create-release-pr/pull/59))
- This matches the name of the corresponding input to [MetaMask/[email protected]](https://github.com/MetaMask/action-publish-release).
84
124
85
125
### Changed
126
+
86
127
- Remove " RC" suffix from PR title ([#39](https://github.com/MetaMask/action-create-release-pr/pull/39))
87
128
- The PR title is now just the SemVer version of the release.
88
129
89
130
## [0.0.20]
131
+
90
132
### Changed
133
+
91
134
-**(BREAKING)** Change release branch prefix from 'release-v' to 'automation_release-' ([#35](https://github.com/MetaMask/action-create-release-pr/pull/35))
92
135
93
136
### Fixed
137
+
94
138
- Changelog updating in monorepos and repositories with merge commits ([#33](https://github.com/MetaMask/action-create-release-pr/pull/33))
95
139
- 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.
- 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.
- The updated changelog content was never written to disk.
106
154
107
155
## [0.0.17]
156
+
108
157
### Changed
158
+
109
159
-**(BREAKING)** Re-implement in TypeScript, add monorepo support ([#15](https://github.com/MetaMask/action-create-release-pr/pull/15))
110
160
- Use `workspaces` manifest entry to find workspaces ([#20](https://github.com/MetaMask/action-create-release-pr/pull/20))
111
161
- 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
115
165
- Migrate various utilities to `@metamask/action-utils` ([#24](https://github.com/MetaMask/action-create-release-pr/pull/24))
0 commit comments