diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 5add33b..92009e4 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -163,7 +163,7 @@ jobs: JSON=$(jq -n \ --arg tag "$TAG" \ --arg name "Version $VERSION" \ - --arg body "Automatisch erzeugtes Release für Kanal: $CHANNEL" \ + --arg body "${{ steps.changelog.outputs.current }}" \ --argjson draft "${{ steps.releaseinfo.outputs.draft }}" \ --argjson prerelease "${{ steps.releaseinfo.outputs.prerelease }}" \ '{tag_name: $tag, name: $name, body: $body, draft: $draft, prerelease: $prerelease}') diff --git a/plugin.info b/plugin.info index c69ce7f..0709dc9 100644 --- a/plugin.info +++ b/plugin.info @@ -1,7 +1,7 @@ name=LNO Sachsen | Plugin Test Action description=Test plugin for release pipeline -author=Daniel Helbig, Michael Otto -email=daniel.helbig@kreis-meissen.de, michael.otto@landkreis-mittelsachsen.de +author=Daniel Helbig +email=daniel.helbig@kreis-meissen.de qgisMinimumVersion=3.0 qgisMaximumVersion=3.99 deprecated=False