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 Jun 16, 2024
1 parent 87d6885 commit c888e1c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if (POLICY CMP0063)
cmake_policy(SET CMP0063 NEW)
endif()

project(packagekit-qt VERSION 1.1.2)
project(packagekit-qt VERSION 1.1.3)

# Used to set installation paths
set(CMAKE_AUTOMOC ON)
Expand Down
14 changes: 7 additions & 7 deletions RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ PackageKit-Qt Release Notes

1. Write NEWS entries for PackageKit-Qt in the same format as usual.

git shortlog v1.1.1.. | grep -i -v trivial | grep -v Merge > NEWS.new
git shortlog v1.1.2.. | grep -i -v trivial | grep -v Merge > NEWS.new

--------------------------------------------------------------------------------
Version 1.1.2
Version 1.1.3
~~~~~~~~~~~~~
Released: 2023-xx-xx
Released: 2024-xx-xx

Notes:

Expand All @@ -20,12 +20,12 @@ Bugfixes:

3. Commit changes in PackageKit-Qt git:

git commit -a -m "Release version 1.1.2"
git tag -s -f -m "Release 1.1.2" v1.1.2
git commit -a -m "Release version 1.1.3"
git tag -s -f -m "Release 1.1.3" v1.1.3
<gpg password>
git push --tags && git push

4. run './release.sh --version=1.1.2 --git-tag=v1.1.2 --sign'
4. run './release.sh --version=1.1.3 --git-tag=v1.1.3 --sign'

5. Upload tarball to:

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

=================================================
PackageKit-Qt 1.1.2 released!
PackageKit-Qt 1.1.3 released!

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

Expand Down

0 comments on commit c888e1c

Please sign in to comment.