Skip to content

Commit 11ea116

Browse files
committed
Add reminder
1 parent 9a81d7d commit 11ea116

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/tag.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/usr/bin/env -S bash
22

33
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

Comments
 (0)