We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68fd5d6 commit d364bceCopy full SHA for d364bce
1 file changed
justfile
@@ -36,23 +36,3 @@ format:
36
# create a conventional commit using commitizen
37
commit:
38
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