2 Commits

Author SHA1 Message Date
Petra Baranski
07dde0c630 chore: update github templates 2025-10-05 15:44:00 +02:00
Petra Baranski
b2694f263d chore: fetch tags in the release job 2025-10-05 15:44:00 +02:00
3 changed files with 5 additions and 2 deletions

View File

@@ -37,7 +37,8 @@ body:
label: maddy version
description: What version of maddy are you using?
options:
- 1.5.0 (latest)
- 1.6.0 (latest)
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.1

View File

@@ -37,7 +37,8 @@ body:
label: maddy version
description: What version of maddy are you using?
options:
- 1.5.0 (latest)
- 1.6.0 (latest)
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.1

View File

@@ -28,6 +28,7 @@ jobs:
- name: Get current tag message
id: tag-message
run: |
git fetch --tags --force
TAG_NAME=${GITHUB_REF#refs/tags/}
echo "TAG_NAME: $TAG_NAME"
TAG_MESSAGE=$(git tag -l --format='%(contents)' "$TAG_NAME")