File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
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.3 )
11+ project (packagekit-qt VERSION 1.1.4 )
1212
1313# Used to set installation paths
1414set (CMAKE_AUTOMOC ON )
Original file line number Diff line number Diff line change @@ -2,30 +2,32 @@ PackageKit-Qt Release Notes
22
331. Write NEWS entries for PackageKit-Qt in the same format as usual.
44
5- git shortlog v1.1.2 .. | grep -i -v trivial | grep -v Merge > NEWS.new
5+ git shortlog v1.1.3 .. | grep -i -v trivial | grep -v Merge > NEWS.new
66
77--------------------------------------------------------------------------------
8- Version 1.1.3
8+ Version 1.1.4
99~~~~~~~~~~~~~
10- Released: 2024 -xx-xx
10+ Released: 2025 -xx-xx
1111
1212Notes:
1313
1414Features:
1515
1616Bugfixes:
17+
18+ Miscellaneous:
1719--------------------------------------------------------------------------------
1820
19212. Update library version if new ABI or API in CMakeLists.txt
2022
21233. Commit changes in PackageKit-Qt git:
2224
23- git commit -a -m "Release version 1.1.3 "
24- git tag -s -f -m "Release 1.1.3 " v1.1.3
25+ git commit -a -m "Release version 1.1.4 "
26+ git tag -s -f -m "Release 1.1.4 " v1.1.4
2527<gpg password>
2628git push --tags && git push
2729
28- 4. run './release.sh --version=1.1.3 --git-tag=v1.1.3 --sign'
30+ 4. run './release.sh --version=1.1.4 --git-tag=v1.1.4 --sign'
2931
30325. Upload tarball to:
3133
@@ -41,7 +43,7 @@ git push
41438. Send an email to
[email protected] 4244
4345=================================================
44- PackageKit-Qt 1.1.3 released!
46+ PackageKit-Qt 1.1.4 released!
4547
4648Tarballs available here: https://www.freedesktop.org/software/PackageKit/releases/
4749
You can’t perform that action at this time.
0 commit comments