Skip to content

Commit

Permalink
trivial: post release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Nov 11, 2023
1 parent 0aa9069 commit 2bd0dc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ AppStream Generator Release Notes

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

git shortlog v0.9.0.. | grep -i -v trivial | grep -v Merge > NEWS.new
git shortlog v0.9.1.. | grep -i -v trivial | grep -v Merge > NEWS.new

--------------------------------------------------------------------------------
Version 0.9.1
Version 0.9.2
~~~~~~~~~~~~~~
Released: 2023-xx-xx

Expand All @@ -20,8 +20,8 @@ Contributors:

2. Commit changes in Git:

git commit -a -m "Release version 0.9.1"
git tag -s -f -m "Release 0.9.1" v0.9.1 <gpg password>
git commit -a -m "Release version 0.9.2"
git tag -s -f -m "Release 0.9.2" v0.9.2 <gpg password>
git push --tags
git push

Expand All @@ -35,7 +35,7 @@ git push
5. Send an email to [email protected]

=================================================
AppStream Generator 0.9.1 released!
AppStream Generator 0.9.2 released!

Tarballs available here: https://github.com/ximion/appstream-generator/releases

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project('AppStream Generator', 'd',
meson_version : '>=0.56',
subproject_dir : 'contrib/subprojects',
license : 'LGPL-3.0+',
version : '0.9.1'
version : '0.9.2'
)

asgen_version = meson.project_version()
Expand Down

0 comments on commit 2bd0dc2

Please sign in to comment.