Skip to content

Commit

Permalink
Bug fix on version creation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrenne committed Jul 30, 2022
1 parent 5766f5a commit e952268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cut_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ git tag "v$version"
git push origin "v$version"
echo "Tag pushed, whats your title/description for the release?"
read title
gh release create "$version" --title "$title" --generate-notes
gh release create "v$version" --title "$title" --generate-notes

0 comments on commit e952268

Please sign in to comment.