Skip to content

Commit 84444a2

Browse files
committed
Add release tagging script
1 parent fc68c3b commit 84444a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

misc/tag-release.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
version_tag="$(pdm show --version)"
3+
git tag -a "$version_tag" -m "$version_tag"

0 commit comments

Comments
 (0)