-
Notifications
You must be signed in to change notification settings - Fork 350
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,21 @@ | ||
# Main repo | ||
- [ ] Update the changelog | ||
- [ ] Write release notes (Only if non-patch release) | ||
|
||
- [ ] Verify that the working directory is clean and on the master branch | ||
- [ ] Change the version in the Makefile to "x.x.x (iso-date)" | ||
- [ ] Change the version in the Makefile to "x.x.x (iso-date)" (ex. "1.9.0 (2022-06-27)") | ||
- [ ] Commit changes (Commit title: `Dunst vX.X.X`) | ||
- [ ] Tag commit, make sure it's an annotated tag (`git tag -a "vX.X.X" -m "Dunst vX.X.X"`) | ||
- [ ] Push commits | ||
- [ ] Push tags | ||
- [ ] Push commits and tags | ||
|
||
# Dunst-project.org | ||
- [ ] Run the update script (`REPO=../dunst ./update_new_release.sh OLDVER NEWVER`) | ||
- [ ] Run the update script (`REPO=../dunst ./update_new_release.sh OLDVER NEWVER`, ex. `REPO=../dunst ./update_new_release.sh 1.9.0 1.9.1` | ||
- [ ] Verify that they look fine when rendered (`hugo serve`) | ||
- [ ] Commit changes | ||
- [ ] Run deploy script and push (`./deploy.sh -p`) | ||
|
||
# Main repo | ||
- [ ] Copy release notes to githubs release feature | ||
- [ ] Publish release on github | ||
- [ ] Update maint branch to point to master | ||
|
||
- [ ] Update Makefile version to "x.x.x-non-git" | ||
- [ ] Commit & push |