Skip to content

Commit b125ba2

Browse files
committed
justfile: add docstring to release recipe
1 parent 532b70a commit b125ba2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ test:
2626
mkdocs *FLAGS:
2727
uv run --with-requirements=docs/requirements.txt -- mkdocs {{FLAGS}}
2828

29+
# prepare a new release
2930
release version:
3031
@if [ -n "$(git status --porcelain || echo "dirty")" ]; then echo "repo is dirty!"; exit 1; fi
3132
sed -i 's/^version = ".*"$/version = "{{ version }}"/g' pyproject.toml

0 commit comments

Comments
 (0)