We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc68c3b commit 84444a2Copy full SHA for 84444a2
misc/tag-release.sh
@@ -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