Skip to content

Commit

Permalink
feat: Prepare for release 1.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Mar 7, 2024
1 parent 3001c67 commit d8a70de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ read -r -p "Tag and push? [y/N] " input
case $input in
[yY][eE][sS]|[yY])
echo "You say Yes"
# Then manually:
# Then:
git tag v$version
git push --tags
# Create release on github
Expand Down

0 comments on commit d8a70de

Please sign in to comment.