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
- [ ] List all PRs that will be added to the changelog
82
82
- [ ] 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
84
83
- [ ] At the tag field, type the next version number, e.g. `v20.1.9`
85
84
- [ ] Select the base branch, e.g. `stable20`
86
85
- [ ] Click at the button to **Generate release notes**
@@ -89,11 +88,11 @@ with the correct values as you progress through the steps.
89
88
- [ ] Make this to all releases that will be done in this process.
90
89
- [ ] 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.
91
90
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
+
```
97
96
- [ ] Merge the PR
98
97
<!-- Duplicate the follow steps for each version that will be released, starting with the oldest version. -->
99
98
<!-- 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.
137
136
<!-- Add the content of the changelog section here -->
138
137
139
138
Milestone: [v20.1.9](<!-- Add the link to the closed milestone here -->)
0 commit comments