We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
just tag
1 parent 8183126 commit 5ce900fCopy full SHA for 5ce900f
‎project_name/justfile.jinja‎
@@ -70,6 +70,6 @@ test:
70
tag version commit="HEAD": check
71
# TODO: check the commit and not the current state.
72
{%- raw %}
73
- git tag -a v${{ version }} -m "Release v${{ version }}" {{ commit }}
+ git tag -a v{{ version }} -m "Release v{{ version }}" {{ commit }}
74
{%- endraw %}
75
git push --tags
0 commit comments