File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if (POLICY CMP0063)
8
8
cmake_policy (SET CMP0063 NEW)
9
9
endif ()
10
10
11
- project (packagekit-qt VERSION 1.1.2 )
11
+ project (packagekit-qt VERSION 1.1.3 )
12
12
13
13
# Used to set installation paths
14
14
set (CMAKE_AUTOMOC ON )
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ PackageKit-Qt Release Notes
2
2
3
3
1. Write NEWS entries for PackageKit-Qt in the same format as usual.
4
4
5
- git shortlog v1.1.1 .. | grep -i -v trivial | grep -v Merge > NEWS.new
5
+ git shortlog v1.1.2 .. | grep -i -v trivial | grep -v Merge > NEWS.new
6
6
7
7
--------------------------------------------------------------------------------
8
- Version 1.1.2
8
+ Version 1.1.3
9
9
~~~~~~~~~~~~~
10
- Released: 2023 -xx-xx
10
+ Released: 2024 -xx-xx
11
11
12
12
Notes:
13
13
@@ -20,12 +20,12 @@ Bugfixes:
20
20
21
21
3. Commit changes in PackageKit-Qt git:
22
22
23
- git commit -a -m "Release version 1.1.2 "
24
- git tag -s -f -m "Release 1.1.2 " v1.1.2
23
+ git commit -a -m "Release version 1.1.3 "
24
+ git tag -s -f -m "Release 1.1.3 " v1.1.3
25
25
<gpg password>
26
26
git push --tags && git push
27
27
28
- 4. run './release.sh --version=1.1.2 --git-tag=v1.1.2 --sign'
28
+ 4. run './release.sh --version=1.1.3 --git-tag=v1.1.3 --sign'
29
29
30
30
5. Upload tarball to:
31
31
@@ -41,7 +41,7 @@ git push
41
41
8. Send an email to
[email protected]
42
42
43
43
=================================================
44
- PackageKit-Qt 1.1.2 released!
44
+ PackageKit-Qt 1.1.3 released!
45
45
46
46
Tarballs available here: https://www.freedesktop.org/software/PackageKit/releases/
47
47
You can’t perform that action at this time.
0 commit comments