Skip to content

Commit 24d5909

Browse files
authored
Merge pull request #215 from Altinity/Enmk-release-22/3.15-finaltweaks
Release 22/3.15 finaltweaks
2 parents 56b5f67 + 015e0ca commit 24d5909

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.github/workflows/release_branches.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ on: # yamllint disable-line rule:truthy
1212
- opened
1313
branches:
1414
- '**/22.3*'
15-
release:
16-
types:
17-
- published
18-
# push:
19-
# branches:
20-
# # Anything/22.3 (e.g customizations/22.3)
21-
# - '**/22.3*'
15+
# release:
16+
# types:
17+
# - published
18+
push:
19+
branches:
20+
- 'releases/22.3*'
2221

2322
jobs:
2423
DockerHubPushAarch64:

cmake/autogenerated_versions.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ SET(VERSION_MAJOR 22)
77
SET(VERSION_MINOR 3)
88
SET(VERSION_PATCH 15)
99
SET(VERSION_GITHASH 74956bfee4df521cb8963eef79bc211bdec8f0ef)
10-
SET(VERSION_DESCRIBE v22.3.15.2-altinitystable)
11-
SET(VERSION_STRING 22.3.15.2.altinitystable)
10+
SET(VERSION_DESCRIBE v22.3.15.34-altinitystable)
11+
SET(VERSION_STRING 22.3.15.34.altinitystable)
1212

13-
SET(VERSION_TWEAK 2)
13+
SET(VERSION_TWEAK 34)
1414
SET(VERSION_FLAVOUR altinitystable)
1515
# end of autochange

0 commit comments

Comments
 (0)