Skip to content

Commit

Permalink
Use gh for creating github release
Browse files Browse the repository at this point in the history
  • Loading branch information
pylipp committed Jan 21, 2022
1 parent 4c7ad1b commit 1a53384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ fi
set -e
git tag "$version"
git push --tags origin master
hub release create -m "$version" -m "$(awk -v RS='' "/\[$version\]/" Changelog.md | tail -n+2)" -e -o "$version"
gh release create "$version" -n "$(awk -v RS='' "/\[$version\]/" Changelog.md | tail -n+2)" -t "$version"

0 comments on commit 1a53384

Please sign in to comment.