-
Ensure
master
branch is up to date (git pull
) -
Manually write NEWS entries for Tilix in the same format as usual.
git shortlog 1.9.6.. | grep -i -v trivial | grep -v Merge > NEWS.new
Version 1.9.7
~~~~~~~~~~~~~~
Released: 2024-xx-xx
Notes:
Features:
Bugfixes:
Miscellaneous:
Contributors:
-
Run
extract-strings.sh
script -
Commit l10n changes to Git
-
Commit NEWS and other changes to Git, tag release:
git commit -a -m "Release version 1.9.7"
git tag -s -f -m "Release 1.9.7" 1.9.7 <gpg password>
git push --tags
git push
-
Make release for the new tag in GitHub
-
Do post-release version bump in
meson.build
,source/gx/tilix/constants.d
andRELEASE.md
-
Commit trivial changes:
git commit -a -m "trivial: post release version bump"
git push