File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if (POLICY CMP0063)
88 cmake_policy (SET CMP0063 NEW)
99endif ()
1010
11- project (packagekit-qt VERSION 1.1.4 )
11+ project (packagekit-qt VERSION 1.1.5 )
1212
1313# Used to set installation paths
1414set (CMAKE_AUTOMOC ON )
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ PackageKit-Qt Release Notes
22
331. Write NEWS entries for PackageKit-Qt in the same format as usual.
44
5- git shortlog v1.1.3 .. | grep -i -v trivial | grep -v Merge > NEWS.new
5+ git shortlog v1.1.4 .. | grep -i -v trivial | grep -v Merge > NEWS.new
66
77--------------------------------------------------------------------------------
8- Version 1.1.4
8+ Version 1.1.5
99~~~~~~~~~~~~~
1010Released: 2025-xx-xx
1111
@@ -22,12 +22,12 @@ Miscellaneous:
2222
23233. Commit changes in PackageKit-Qt git:
2424
25- git commit -a -m "Release version 1.1.4 "
26- git tag -s -f -m "Release 1.1.4 " v1.1.4
25+ git commit -a -m "Release version 1.1.5 "
26+ git tag -s -f -m "Release 1.1.5 " v1.1.5
2727<gpg password>
2828git push --tags && git push
2929
30- 4. run './release.sh --version=1.1.4 --git-tag=v1.1.4 --sign'
30+ 4. run './release.sh --version=1.1.5 --git-tag=v1.1.5 --sign'
3131
32325. Upload tarball to:
3333
@@ -43,7 +43,7 @@ git push
43438. Send an email to
[email protected] 4444
4545=================================================
46- PackageKit-Qt 1.1.4 released!
46+ PackageKit-Qt 1.1.5 released!
4747
4848Tarballs available here: https://www.freedesktop.org/software/PackageKit/releases/
4949
You can’t perform that action at this time.
0 commit comments