1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

build: don't include v prefix in version tags (#349)

##### SUMMARY

The version tag regex allowing to publish to ansible-galaxy does not
allow versions to be prefixed with a v:

468493fef4/zuul.d/pipelines.yaml (L146-L155)

Introducing the v prefix is also breaking with the previous tag naming
convention.
This commit is contained in:
Jonas L 2023-10-06 15:59:20 +02:00 committed by GitHub
parent e692b3e2e0
commit 7f4e4e96cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -23,6 +23,7 @@ jobs:
token: ${{ secrets.HCLOUD_BOT_TOKEN }}
release-type: simple
package-name: hetzner.hcloud
include-v-in-tag: false
# We use antsibull-changelog for the actual user-facing changelog.
changelog-path: changelogs/dev-changelog.md