Skip to content

Commit 5ce900f

Browse files
committed
fixup! 📦✨ Add just tag task for version releases
1 parent 8183126 commit 5ce900f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎project_name/justfile.jinja‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ test:
7070
tag version commit="HEAD": check
7171
# TODO: check the commit and not the current state.
7272
{%- raw %}
73-
git tag -a v${{ version }} -m "Release v${{ version }}" {{ commit }}
73+
git tag -a v{{ version }} -m "Release v{{ version }}" {{ commit }}
7474
{%- endraw %}
7575
git push --tags

0 commit comments

Comments
 (0)