File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
1919 include :
2020 # these helper comments are needed by the dev branch workflow
2121 # please do not edit them unless you're changing the version as well
22- # current=130 .0
23- - name : " Nightly for MetalK8s 130 .0"
22+ # current=131 .0
23+ - name : " Nightly for MetalK8s 131 .0"
2424 cron : " 0 1 * * 1-5"
25- branch : " development/130 .0"
25+ branch : " development/131 .0"
2626 workflow : " nightly.yaml"
27- # old=129 .0
28- - name : " Nightly for MetalK8s 129 .0"
27+ # old=130 .0
28+ - name : " Nightly for MetalK8s 130 .0"
2929 cron : " 0 2 * * 1-5"
30- branch : " development/129 .0"
30+ branch : " development/130 .0"
3131 workflow : " nightly.yaml"
3232 steps :
3333 - name : Checkout
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## Release 131.0.0 (in development)
4+
35## Release 130.0.1 (in development)
46
57## Release 130.0.0
Original file line number Diff line number Diff line change 1- VERSION_MAJOR=130
1+ VERSION_MAJOR=131
22VERSION_MINOR=0
3- VERSION_PATCH=1
3+ VERSION_PATCH=0
44VERSION_SUFFIX=-dev
You can’t perform that action at this time.
0 commit comments