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 Jun 5, 2024
1 parent 830cdbd commit 7d75c04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Appstream-Glib Release Notes

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

git shortlog appstream_glib_0_8_2.. | grep -i -v trivial | grep -v Merge > NEWS.new
git shortlog appstream_glib_0_8_3.. | grep -i -v trivial | grep -v Merge > NEWS.new

--------------------------------------------------------------------------------
Version 0.8.3
Version 0.8.4
~~~~~~~~~~~~~
Released: 2024-xx-xx

Expand All @@ -21,8 +21,8 @@ Bugfixes:

4. Commit changes in git:

git commit -a -m "Release version 0.8.3"
git tag -s -f -m "Release 0.8.3" appstream_glib_0_8_3
git commit -a -m "Release version 0.8.4"
git tag -s -f -m "Release 0.8.4" appstream_glib_0_8_4
<gpg password>
git push --tags
git push
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('appstream-glib', 'c',
version : '0.8.3',
version : '0.8.4',
license : 'LGPL-2.1+',
default_options : ['warning_level=1', 'c_std=c99'],
meson_version : '>=0.46.0'
Expand Down

0 comments on commit 7d75c04

Please sign in to comment.