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: developer_manual/release-process.rst
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,7 @@ with the correct values as you progress through the steps.
83
83
- [ ] At the tag field, type the next version number, e.g. `v20.1.9`
84
84
- [ ] Select the base branch, e.g. `stable20`
85
85
- [ ] Click at the button to **Generate release notes**
86
+
- [ ] Save this as a draft
86
87
- [ ] Go to the main branch, pull the latest changes and create a new branch called `chore/changelog`
87
88
- [ ] Add the changelog entries to the `CHANGELOG.md` file, following the pattern used in the file.
88
89
- [ ] Make this to all releases that will be done in this process.
@@ -121,8 +122,8 @@ with the correct values as you progress through the steps.
121
122
- [ ] Rename milestone `💚 Next Patch (XX)` to `v20.1.9` in https://github.com/LibreSign/libresign/milestones
122
123
Unless last release of the stable branch:
123
124
- [ ] Create a follow up milestone for `💚 Next Patch (XX)` (Due date in ~4 weeks, ~4 days for beta/RC)
124
-
- [ ] Move all open PRs and issues from milestone `v20.1.9` to `💚 Next Patch (XX)`: https://github.com/LibreSign/libresign/issues?q=is%3Aissue%20state%3Aopen%20milestone%3Av20.1.9
125
-
- [ ] Move all open PRs and issues from milestone `v20.1.9` to `💚 Next Patch (XX)`: https://github.com/LibreSign/libresign/issues?q=is%3Apr%20state%3Aopen%20milestone%3Av20.1.9
125
+
- [ ] Move all open issuesfrom milestone `v20.1.9` to `💚 Next Patch (XX)`: https://github.com/LibreSign/libresign/issues?q=is%3Aissue%20state%3Aopen%20milestone%3Av20.1.9
126
+
- [ ] Move all open PRs from milestone `v20.1.9` to `💚 Next Patch (XX)`: https://github.com/LibreSign/libresign/issues?q=is%3Apr%20state%3Aopen%20milestone%3Av20.1.9
126
127
- [ ] Close the `v20.1.9` milestone
127
128
- [ ] Archive all issues and PRs that were merged in this release
0 commit comments