Compare commits

..

3 Commits
v63 ... v66

Author SHA1 Message Date
Michael Otto
8ee99fa5da Release v66 2026-03-03 14:12:40 +01:00
Michael Otto
98fb235fb9 Release v65 2026-03-03 14:11:54 +01:00
Michael Otto
a58f6255fc Anpassungen für Releasemeldung 2026-03-03 14:09:39 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -149,8 +149,8 @@ jobs:
JSON=$(jq -n \ JSON=$(jq -n \
--arg tag "$TAG" \ --arg tag "$TAG" \
--arg name "Version $VERSION" \ --arg name "Version $VERSION" \
--arg body "${{ steps.changelog.outputs.full }}" \ --arg body "${{ steps.changelog.outputs.current }}" \
'{tag_name: $tag, name: $name, body: $body, draft: false, prerelease: false}') '{tag_name: $tag, name: $name, body: $body, draft: true, prerelease: true}')
API_RESPONSE=$(curl -s -X POST "$API_URL" \ API_RESPONSE=$(curl -s -X POST "$API_URL" \
-H "accept: application/json" \ -H "accept: application/json" \