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 Apr 15, 2024
1 parent 13e0fcc commit 972de6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Passim Release Notes

Write release entries:

git log --format="%s" --cherry-pick --right-only 0.1.5... | grep -i -v trivial | grep -v Merge | sort | uniq
git log --format="%s" --cherry-pick --right-only 0.1.6... | grep -i -v trivial | grep -v Merge | sort | uniq
Add any user visible changes into ../data/org.freedesktop.Passim.metainfo.xml
appstream-util appdata-to-news ../data/org.freedesktop.Passim.metainfo.xml > NEWS

Expand All @@ -12,7 +12,7 @@ ninja-build passim-pot
git commit -a -m "trivial: Update translations for Weblate"

# MAKE SURE THIS IS CORRECT
export release_ver="0.1.6"
export release_ver="0.1.7"

git commit -a -m "Release ${release_ver}" --no-verify
git tag -s -f -m "Release ${release_ver}" "${release_ver}"
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('passim', 'c',
version: '0.1.6',
version: '0.1.7',
license: 'LGPL-2.1+',
meson_version: '>=0.61.0',
default_options: ['warning_level=2', 'c_std=c11'],
Expand Down

0 comments on commit 972de6b

Please sign in to comment.