We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ff898 commit 8178403Copy full SHA for 8178403
1 file changed
.github/workflows/branchOffCadenzaVersion.yml
@@ -8,7 +8,7 @@ on:
8
required: true
9
description: |
10
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.)
+ (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.)
12
13
14
jobs:
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Bump package version of main
64
run: |
65
- poetry version ${{ github.event.inputs.cadenza-version }}.0-dev
+ poetry version ${{ github.event.inputs.cadenza-version }}.0a0.dev
66
echo "NEW_VERSION=$(poetry version -s)" >> $GITHUB_ENV
67
68
- name: Commit and tag changes
0 commit comments