Skip to content

Commit 9c8e02a

Browse files
authored
Merge pull request #66 from LibreSign/fix/changes-after-last-release
fix: changes after last release
2 parents fa5f2ae + e5e0e86 commit 9c8e02a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

developer_manual/release-process.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ with the correct values as you progress through the steps.
8383
- [ ] At the tag field, type the next version number, e.g. `v20.1.9`
8484
- [ ] Select the base branch, e.g. `stable20`
8585
- [ ] Click at the button to **Generate release notes**
86+
- [ ] Save this as a draft
8687
- [ ] Go to the main branch, pull the latest changes and create a new branch called `chore/changelog`
8788
- [ ] Add the changelog entries to the `CHANGELOG.md` file, following the pattern used in the file.
8889
- [ ] 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.
121122
- [ ] Rename milestone `💚 Next Patch (XX)` to `v20.1.9` in https://github.com/LibreSign/libresign/milestones
122123
Unless last release of the stable branch:
123124
- [ ] 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
126127
- [ ] Close the `v20.1.9` milestone
127128
- [ ] Archive all issues and PRs that were merged in this release
128129
- [ ] https://github.com/orgs/LibreSign/projects/2/views/4
@@ -135,8 +136,8 @@ with the correct values as you progress through the steps.
135136
## What's Changed
136137
<!-- Add the content of the changelog section here -->
137138
138-
Milestone: [v20.1.9](<!-- Add the link to the closed milestone here -->)
139-
**Full Changelog**: https://github.com/LibreSign/libresign/compare/v20.1.8...v20.1.9?closed=1
139+
Milestone: [v20.1.9](<!-- Add the link to the closed milestone here -->?closed=1)
140+
**Full Changelog**: https://github.com/LibreSign/libresign/compare/v20.1.8...v20.1.9
140141
- [ ] Publish release
141142
- [ ] Check that the GitHub Action started: https://github.com/LibreSign/libresign/actions
142143
- [ ] Ensure that the GitHub Action finished successfully: https://github.com/LibreSign/libresign/actions

0 commit comments

Comments
 (0)