Skip to content

Commit

Permalink
Update publish_github_release.sh (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgnesToulet authored Sep 19, 2023
1 parent 13fee7d commit 436f614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish_github_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

git fetch --tags

RELEASE_NOTES=$(awk 'BEGIN {FS="##"; RS=""} FNR==2 {print; exit}' CHANGELOG.md)
RELEASE_NOTES=$(awk 'BEGIN {FS="##"; RS=""} FNR==1 {print; exit}' CHANGELOG.md)
VERSION=$(cat plugin.json|jq '.info.version'| sed s/\"//g)
PRERELEASE=''
LATEST_TAG=$(git describe --tags --abbrev=0)
Expand Down

0 comments on commit 436f614

Please sign in to comment.