Skip to content

Commit

Permalink
Update release notes and checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
fwsmit committed Mar 8, 2023
1 parent 4b68d36 commit 5ad645c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
7 changes: 7 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@
Release Notes For v1.9.1
===================================================================================

For users:

If you like rounded corners, this release is for you. You can now add rounded
corners to your progress bar and notification icons. Dunstctl added more
options for changing the notification history, so I'm excited for what you can
build with that. Dunst also is even more stable now with a crash being fixed
and not using 100% of your cpu anymore in some situations.

For maintainers:

Libnotify and dunst are now optional to build by setting the `DUNSTIFY` make
flag to 0. (enabled by default)

Take a look at the changelog for a more detailed change description.

===================================================================================
Expand Down
9 changes: 3 additions & 6 deletions docs/internal/release-checklist.md
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

0 comments on commit 5ad645c

Please sign in to comment.