Skip to content

Commit

Permalink
build: tune
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Aug 2, 2023
1 parent 20f15c2 commit 454ba37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ release:
@git checkout develop
@git pull
@poetry version $(VPART)
@git commit -am "Bump version: `poetry version -s`"
@git commit -am "build(release): version: `poetry version -s`"
@git tag `poetry version -s`
@git checkout master
@git pull
Expand Down

0 comments on commit 454ba37

Please sign in to comment.