Skip to content

Commit 07be404

Browse files
committed
Update version number to 11.7.0
1 parent 5aa4056 commit 07be404

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/update-version-test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,23 @@ jobs:
2323
- name: Update to version with a phase
2424
run: |
2525
./update_version.sh 12 1 0 beta1
26-
git tag --points-at HEAD > actual
26+
git tag --points-at HEAD > actual
2727
echo v12.1.0-beta1 > expected
2828
diff expected actual
29+
rm -f expected actual
2930
3031
- name: Update to version without a phase
3132
run: |
3233
./update_version.sh 12 1 0
33-
git tag --points-at HEAD > actual
34+
git tag --points-at HEAD > actual
3435
echo v12.1.0 > expected
3536
diff expected actual
37+
rm -f expected actual
3638
3739
- name: Update to version with a phase again
3840
run: |
3941
./update_version.sh 12 2 0 alpha1
40-
git tag --points-at HEAD > actual
42+
git tag --points-at HEAD > actual
4143
echo v12.2.0-alpha1 > expected
4244
diff expected actual
45+
rm -f expected actual

pki.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Name: pki
1616
# Downstream release number:
1717
# - development/stabilization (unsupported): 0.<n> where n >= 1
1818
# - GA/update (supported): <n> where n >= 1
19-
%global release_number 0.1
19+
%global release_number 1
2020

2121
# Development phase:
2222
# - development (unsupported): alpha<n> where n >= 1
2323
# - stabilization (unsupported): beta<n> where n >= 1
2424
# - GA/update (supported): <none>
25-
%global phase beta2
25+
%undefine phase
2626

2727
%undefine timestamp
2828
%undefine commit_id

0 commit comments

Comments
 (0)