Skip to content

Commit

Permalink
trivial: post release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsie committed Jan 2, 2024
1 parent 25a6384 commit fac49aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ libxmlb Release Notes

1. Write NEWS entries for libxmlb in the same format as usual.

git shortlog 0.3.14.. | grep -i -v trivial | grep -v Merge > NEWS.new
git shortlog 0.3.15.. | grep -i -v trivial | grep -v Merge > NEWS.new

Version 0.3.15
Version 0.3.16
~~~~~~~~~~~~~~
Released: 2024-xx-xx

Expand All @@ -15,15 +15,16 @@ Bugfixes:
Commit changes to git:

# MAKE SURE THESE ARE CORRECT
export release_ver="0.3.15"
export release_ver="0.3.16"

git commit -a -m "Release libxmlb ${release_ver}" --no-verify
git tag -s -f -m "Release libxmlb ${release_ver}" "${release_ver}"
ninja dist
git push --tags
git push
gpg -b -a meson-dist/libxmlb-${release_ver}.tar.xz
scp meson-dist/libxmlb-${release_ver}.tar.* [email protected]:~/public_html/releases

Upload release artifacts via https://github.com/hughsie/libxmlb/tags

Do post release version bump in meson.build

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('libxmlb', 'c',
version : '0.3.15',
version : '0.3.16',
license : 'LGPL-2.1+',
meson_version : '>=0.47.0',
default_options : ['warning_level=2', 'c_std=c99'],
Expand Down

0 comments on commit fac49aa

Please sign in to comment.