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 Dec 16, 2023
1 parent ae64c8c commit f5f8224
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,17 +2,17 @@ AppStream Release Notes

1. Set variables

OLD_VERSION="1.0.0"
NEW_VERSION="1.0.1"
OLD_VERSION="1.0.1"
NEW_VERSION="1.0.2"

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

git shortlog v$OLD_VERSION.. | grep -i -v -E '^\s*(trivial:|l10n:)' | grep -v Merge > NEWS.new

--------------------------------------------------------------------------------
Version 1.0.1
Version 1.0.2
~~~~~~~~~~~~~~
Released: 2023-xx-xx
Released: 2024-xx-xx

Notes:

Expand Down Expand Up @@ -53,7 +53,7 @@ git push
10. Send an email to [email protected]

=================================================
AppStream 1.0.1 released!
AppStream 1.0.2 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++17'],

license: 'LGPL-2.1-or-later',
version: '1.0.1',
version: '1.0.2',
)

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

0 comments on commit f5f8224

Please sign in to comment.