Skip to content

Commit 8178403

Browse files
committed
Feat: Adjusted versioning in branch off workflow to prelease scheme.
1 parent 92ff898 commit 8178403

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/branchOffCadenzaVersion.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: true
99
description: |
1010
Next Cadenza Main Version
11-
(e.g. '10.4' for setting the main branch up for development against Cadenza 10.4. This would make 10.4.0-dev the new main branch version.)
11+
(e.g. '10.4' for setting the main branch up for development against Cadenza 10.4. This would make 10.4.0a0.dev the new main branch version.)
1212
1313
1414
jobs:
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Bump package version of main
6464
run: |
65-
poetry version ${{ github.event.inputs.cadenza-version }}.0-dev
65+
poetry version ${{ github.event.inputs.cadenza-version }}.0a0.dev
6666
echo "NEW_VERSION=$(poetry version -s)" >> $GITHUB_ENV
6767
6868
- name: Commit and tag changes

0 commit comments

Comments
 (0)