We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a81d7d commit 11ea116Copy full SHA for 11ea116
scripts/tag.sh
@@ -1,3 +1,4 @@
1
#!/usr/bin/env -S bash
2
3
ggrep -Po '(?<=version=\")\d+\.\d+\.\d+(?=\",)' setup.py | xargs -I{} git tag -a v{} -m 'version {}'
4
+echo "Reminder: run 'git push --tags'"
0 commit comments