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
- [ ] 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.
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
+
- [ ] At the tag field, type the next version number, e.g. `v20.1.9`
85
+
- [ ] Select the base branch, e.g. `stable20`
86
+
- [ ] Click at the button to **Generate release notes**
87
+
- [ ] Go to the main branch, pull the latest changes and create a new branch called `chore/changelog`
88
+
- [ ] Add the changelog entries to the `CHANGELOG.md` file, following the pattern used in the file.
89
+
- [ ] Make this to all releases that will be done in this process.
90
+
- [ ] 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
+
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.
55
92
<!-- name suggestions to commit and pull request:
56
93
chore(release): Changelog for 20.1.9
57
94
chore(release): Changelog for 20.1.9 and 20.1.8
@@ -63,7 +100,7 @@ with the correct values as you progress through the steps.
63
100
<!-- Replace "XX" with the Nextcloud stable branch number e.g. "22" for "stable22" -->
64
101
<!-- 1. Replace "20.1.9" with the version number e.g. "12.2.4" -->
65
102
<!-- Replace "20.1.8" with the previous version number e.g. "12.2.3" -->
66
-
<!-- 2. Replace "stable30" with the LibreSign minor branch name e.g. "stable22" -->
103
+
<!-- 2. Replace "stable20" with the LibreSign minor branch name e.g. "stable22" -->
67
104
## 🚀 v20.1.9
68
105
- [ ] Backport the changelog from main to the stable branches
69
106
- [ ] <!-- Add link to PR here -->
@@ -91,15 +128,15 @@ with the correct values as you progress through the steps.
91
128
- [ ] Archive all issues and PRs that were merged in this release
0 commit comments