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

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

git shortlog v0.15.1.. | grep -i -v trivial | grep -v Merge > NEWS.new
git shortlog v0.15.2.. | grep -i -v trivial | grep -v Merge > NEWS.new

--------------------------------------------------------------------------------
Version 0.15.2
Version 0.15.3
~~~~~~~~~~~~~~
Released: 2021-xx-xx
Released: 2022-xx-xx

Notes:

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

3. Commit changes in AppStream git:

git commit -a -m "Release version 0.15.2"
git tag -s -f -m "Release 0.15.2" v0.15.2 <gpg password>
git commit -a -m "Release version 0.15.3"
git tag -s -f -m "Release 0.15.3" v0.15.3 <gpg password>
git push --tags
git push

4. run './release.sh --version=0.15.2 --git-tag=v0.15.2 --sign'
4. run './release.sh --version=0.15.3 --git-tag=v0.15.3 --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.2 released!
AppStream 0.15.3 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+ and GPL-2.0+',
version: '0.15.2',
version: '0.15.3',
)

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

0 comments on commit d81c4ee

Please sign in to comment.