We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac39f53 commit db86510Copy full SHA for db86510
1 file changed
project_name/justfile.jinja
@@ -106,7 +106,7 @@ release version: (_assert-legal-version version)
106
just _tag-skip-check {{version}} HEAD
107
108
# Add a new version tag at a specific commit
109
-tag version commit="HEAD": (_assert-legal-version version)
+tag-version-at-commit version commit: (_assert-legal-version version)
110
just check-at-commit {{ commit }}
111
just _tag-skip-check {{ version }} {{ commit }}
112
0 commit comments