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
- 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/action-publish-release@v0.1.0](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.
0 commit comments