We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7323514 commit fb2ade0Copy full SHA for fb2ade0
1 file changed
justfile
@@ -16,6 +16,7 @@ test:
16
bump:
17
uv run cz bump
18
uv lock
19
+ git push --tags
20
21
# 生成 changelog
22
changelog:
0 commit comments