File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ debug-version:
371371
372372# It's not so hard to do this by hand, but let's save some typing
373373bump-minor-version :
374- @yq " . + 0.1 " -i $(VERSION_FILE ) && \
374+ @yq ' (((. * 10) + 1) / 10) ' -i $(VERSION_FILE ) && \
375375 git add $(VERSION_FILE ) && \
376376 git commit $(VERSION_FILE ) \
377377 -m " Bump minor version to $$ (cat $( VERSION_FILE) )" \
Original file line number Diff line number Diff line change 1- 0.7
1+ 0.8
Original file line number Diff line number Diff line change @@ -62,6 +62,10 @@ git fetch upstream
6262git push upstream refs/remotes/upstream/main:refs/heads/${BRANCH_NAME}
6363git checkout -b ${BRANCH_NAME} upstream/${BRANCH_NAME}
6464
65+ $( nice_title Bump version in main branch)
66+
67+ Run ` make bump-minor-version` in main branch and make a PR for that.
68+
6569$( nice_title Create a PR in for konflux-release-data)
6670
6771This repo: https://gitlab.cee.redhat.com/releng/konflux-release-data/
You can’t perform that action at this time.
0 commit comments