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 May 22, 2022
1 parent e141359 commit 9df00c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ AppStream Release Notes

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

git shortlog v0.15.3.. | grep -i -v trivial | grep -v Merge > NEWS.new
git shortlog v0.15.4.. | grep -i -v trivial | grep -v Merge > NEWS.new

--------------------------------------------------------------------------------
Version 0.15.4
Version 0.15.5
~~~~~~~~~~~~~~
Released: 2022-xx-xx

Expand All @@ -24,12 +24,12 @@ Contributors:

3. Commit changes in AppStream git:

git commit -a -m "Release version 0.15.4"
git tag -s -f -m "Release 0.15.4" v0.15.4 <gpg password>
git commit -a -m "Release version 0.15.5"
git tag -s -f -m "Release 0.15.5" v0.15.5 <gpg password>
git push --tags
git push

4. run './release.sh --version=0.15.4 --git-tag=v0.15.4 --sign'
4. run './release.sh --version=0.15.5 --git-tag=v0.15.5 --sign'

5. Upload tarball: scp -r *.tar.xz* annarchy.freedesktop.org:/srv/www.freedesktop.org/www/software/appstream/releases/

Expand All @@ -46,7 +46,7 @@ git push
9. Send an email to appstream@lists.freedesktop.org

=================================================
AppStream 0.15.4 released!
AppStream 0.15.5 released!

Tarballs available here: https://www.freedesktop.org/software/appstream/releases/

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project('AppStream', 'c',
default_options: ['c_std=c11', 'cpp_std=gnu++14'],

license: 'LGPL-2.1+',
version: '0.15.4',
version: '0.15.5',
)

cc = meson.get_compiler('c')
Expand Down

0 comments on commit 9df00c0

Please sign in to comment.