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

Commit 1d7d154

Browse files
committed
make a release on github
1 parent b6863f2 commit 1d7d154

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

makeRelease.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ echo "tagging this release and pushing to github"
2020

2121
git tag -a $1 -m 'tag new version'
2222
git push --follow-tags
23-
24-
gh release create v$1 --generate-notes
23+
gh release create v$1 --generate-notes

0 commit comments

Comments
 (0)