Skip to content

Commit

Permalink
Merge pull request #777 from greenbone/pep440-versioning
Browse files Browse the repository at this point in the history
Change: Use pep440 versioning scheme for release workflow
  • Loading branch information
timopollmeier authored Jul 3, 2023
2 parents 3a83904 + a16e049 commit 6ad4d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pontos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
release-type: ${{ steps.release-type.outputs.release-type }}
release-version: ${{ inputs.release-version }}
ref: ${{ steps.release-type.outputs.release-ref }}
versioning-scheme: "semver"
versioning-scheme: "pep440"

0 comments on commit 6ad4d18

Please sign in to comment.