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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
- Use `workflow_dispatch` instead of opening an issue as the initial trigger of the release.
13
13
Not only is this more convenient to use, it also fixes a security vulnerability that may have allowed users without write access to execute arbitrary code within the context of the repositories GitHub action.
14
+
- Merge `master` in `dev` after a release branch is merged.
15
+
Previously, we used to merge the `release` branch back into `dev`.
16
+
However, this caused some issues because the actual merge commit was not present in the `dev` branch.
17
+
It also prevented use of the "automatically delete head branch" feature of GitHub which works well together with the "PR retargeting" feature.
0 commit comments