forked from AG_QGIS/Plugin_Test_Action
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a58f6255fc | ||
|
|
78ffc6d6d2 |
@@ -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" \
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
- Ganz viele neue Sachen
|
||||||
|
---
|
||||||
|
61
|
||||||
- Feature XY hinzugefügt
|
- Feature XY hinzugefügt
|
||||||
- Bug Z behoben
|
- Bug Z behoben
|
||||||
0.1.0
|
0.1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user