Skip to content

Commit d364bce

Browse files
committed
style: unused cmd removed from justfile
1 parent 68fd5d6 commit d364bce

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

justfile

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,3 @@ format:
3636
# create a conventional commit using commitizen
3737
commit:
3838
poetry run cz commit
39-
40-
# bump version using commitizen
41-
bump:
42-
poetry run cz bump
43-
44-
# create a changelog
45-
changelog:
46-
poetry run cz changelog
47-
48-
# run semantic release (dry-run)
49-
release-dry:
50-
poetry run semantic-release version --no-commit --no-tag --no-push
51-
52-
# run semantic release
53-
release:
54-
poetry run semantic-release version
55-
56-
# publish release
57-
publish:
58-
poetry run semantic-release publish

0 commit comments

Comments
 (0)