File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 33
44include config.mk
55
6- VERSION := "1.13.0-non-git"
7- ifneq ($(wildcard ./.git/) ,)
8- VERSION := "$(shell ${GIT} describe --tags 2>/dev/null || echo ${VERSION}) "
9- endif
6+ VERSION := "$(shell ./get-version.sh) "
107
118SYSTEMD ?= $(shell $(PKG_CONFIG ) --silence-errors ${SYSTEMDAEMON} || echo 0)
129
Original file line number Diff line number Diff line change 22 - [ ] Update the changelog
33 - [ ] Write release notes (Only if non-patch release)
44 - [ ] Verify that the working directory is clean and on the master branch
5- - [ ] Change the version in the Makefile to "x.x.x (iso-date)" (ex. "1.9.0 (2022-06-27)")
5+ - [ ] Change the version in the get-version.sh to "x.x.x (iso-date)" (ex. "1.9.0 (2022-06-27)")
66 - [ ] Commit changes (Commit title: ` Dunst vX.X.X ` )
77 - [ ] Tag commit, make sure it's an annotated tag (` git tag -a "vX.X.X" -m "Dunst vX.X.X" ` )
88 - [ ] Push commits and tags
1717 - [ ] Copy release notes to githubs release feature
1818 - [ ] Publish release on github
1919
20- - [ ] Update Makefile version to "x.x.x-non-git"
20+ - [ ] Update the get- version.sh fallback to "x.x.x-non-git"
2121 - [ ] Commit & push
Original file line number Diff line number Diff line change 11project (
22 ' dunst' ,
33 ' c' ,
4- version : ' 1.9.2 ' ,
4+ version : run_command ( ' ./get-version.sh ' , check : true ).stdout() ,
55 license : ' MIT' ,
66 meson_version : ' >=0.60.0' ,
77 default_options : [
You can’t perform that action at this time.
0 commit comments