forked from AG_QGIS/Plugin_Test_Action
Anpassungen für Releasemeldung
This commit is contained in:
@@ -149,7 +149,7 @@ 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: false, prerelease: false}')
|
||||||
|
|
||||||
API_RESPONSE=$(curl -s -X POST "$API_URL" \
|
API_RESPONSE=$(curl -s -X POST "$API_URL" \
|
||||||
|
|||||||
@@ -11,4 +11,4 @@ tracker=https://{{TRACKER}}/issues
|
|||||||
repository=https://{{REPOSITORY}}
|
repository=https://{{REPOSITORY}}
|
||||||
experimental={{EXPERIMENTAL}}
|
experimental={{EXPERIMENTAL}}
|
||||||
deprecated={{DEPRECATED}}
|
deprecated={{DEPRECATED}}
|
||||||
supportsQt6={{QT6}}
|
supportsQt6={{QT6}}
|
||||||
|
|||||||
Reference in New Issue
Block a user