Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit da945c5

Browse files
committed
Create github release after pypi
1 parent 4437100 commit da945c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makeRelease.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ echo "tagging this release and pushing to github"
3131

3232
git tag -a $1 -m 'tag new version'
3333
git push --follow-tags
34-
34+
gh release create v$1 --generate-notes
3535

3636
if [ -d ~/.virtualenvs/json2xml ]
3737
then

0 commit comments

Comments
 (0)