Skip to content

Commit

Permalink
Add gh release creation in publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
eoftedal committed Jun 21, 2023
1 parent 36c036f commit 640e2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ then
git tag $VERSION $COMMIT_ID -m "Release of version $VERSION"
git push --tags
echo "Done!"
echo "Now create a release on GitHub!"
gh release create "$VERSION" -F CHANGELOG.md
else
echo "Aborting"
fi

0 comments on commit 640e2f7

Please sign in to comment.