Skip to content

Commit d0fc975

Browse files
authored
Merge pull request #64 from LibreSign/chore/improvements-at-release-flow
chore: Improvements at release flow
2 parents e7edb08 + a7787c9 commit d0fc975

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

developer_manual/release-process.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ with the correct values as you progress through the steps.
6969
- [ ] Check there are no pending backports:
7070
- [ ] https://github.com/LibreSign/libresign/labels/backport-request
7171
- [ ] Check all milestones don't have priority issues still open
72-
<!-- Add above the link of stables that will be involved in this release process -->
72+
<!-- Add above the link of milestone that will be involved in this release process -->
7373
<!-- Get branches/versions to release from https://github.com/LibreSign/libresign/milestones -->
7474
- [ ] https://github.com/LibreSign/libresign/milestone/<!-- put here the milestone ID e.g. 318 -->
7575
- [ ] https://github.com/LibreSign/libresign/milestone/<!-- put here the milestone ID e.g. 319 -->
@@ -80,7 +80,6 @@ with the correct values as you progress through the steps.
8080
- [ ] https://github.com/LibreSign/libresign/pulls?q=is%3Apr+is%3Aopen+base%3Astable22
8181
- [ ] List all PRs that will be added to the changelog
8282
- [ ] Go to https://github.com/LibreSign/libresign/releases/new
83-
- [ ] Click at the button to create a new release draft with the next version number
8483
- [ ] At the tag field, type the next version number, e.g. `v20.1.9`
8584
- [ ] Select the base branch, e.g. `stable20`
8685
- [ ] Click at the button to **Generate release notes**
@@ -89,11 +88,11 @@ with the correct values as you progress through the steps.
8988
- [ ] Make this to all releases that will be done in this process.
9089
- [ ] Create a PR against `main` branch at the `CHANGELOG.md` file with the changelog of all milestones that are subject to the release. Look the pattern used in the file and follow it.
9190
You can use the :code:`[skip ci]` tag in the commit message to skip the CI checks for the backport PRs to make the process faster.
92-
<!-- name suggestions to commit and pull request:
93-
chore(release): Changelog for 20.1.9
94-
chore(release): Changelog for 20.1.9 and 20.1.8
95-
-->
96-
- [ ] <!-- Add link to PR here -->
91+
```
92+
name suggestions to commit and pull request:
93+
chore(release): Changelog for 20.1.9
94+
chore(release): Changelog for 20.1.9 and 20.1.8
95+
```
9796
- [ ] Merge the PR
9897
<!-- Duplicate the follow steps for each version that will be released, starting with the oldest version. -->
9998
<!-- Pay attention to start with the **oldest** version here, so the appstore and github releases show the newest version as "Last release" and them. -->
@@ -137,7 +136,7 @@ with the correct values as you progress through the steps.
137136
<!-- Add the content of the changelog section here -->
138137
139138
Milestone: [v20.1.9](<!-- Add the link to the closed milestone here -->)
140-
**Full Changelog**: https://github.com/LibreSign/libresign/compare/v20.1.9...v20.1.8
139+
**Full Changelog**: https://github.com/LibreSign/libresign/compare/v20.1.8...v20.1.9?closed=1
141140
- [ ] Publish release
142141
- [ ] Check that the GitHub Action started: https://github.com/LibreSign/libresign/actions
143142
- [ ] Ensure that the GitHub Action finished successfully: https://github.com/LibreSign/libresign/actions

0 commit comments

Comments
 (0)