Skip to content

Commit 040964d

Browse files
committed
build: modify makefile
1 parent 0dbb717 commit 040964d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Makefile

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,11 @@ format:
1111

1212
# Create a new version
1313
# ------------------------------------------------------------------------------
14-
version:
15-
poetry run semantic-release publish
14+
version-patch:
15+
poetry run semantic-release publish --patch
16+
17+
version-minor:
18+
poetry run semantic-release publish --minor
19+
20+
version-major:
21+
poetry run semantic-release publish --major

0 commit comments

Comments
 (0)