Skip to content

Commit 9654b23

Browse files
noelmcloughlindalito
authored andcommitted
chore: use a semantic commit in justfile
1 parent 6d8ae20 commit 9654b23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ _wsl2_compat_check:
7777
# Initialize a new project (use this for projects not yet under version control)
7878
[group('project management')]
7979
setup: _wsl2_compat_check _check-config _git-init install _git-add && _setup_part2
80-
git commit -m "Initialise git with minimal project" -a || true
80+
git commit -m "chore: initialise git with minimal project" -a || true
8181

8282
_setup_part2: gen-project gen-doc
8383
@echo

0 commit comments

Comments
 (0)