mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 14:20:24 +00:00
Fixed bug in the Makefile
This commit is contained in:
parent
0cb846172f
commit
60374fa7f4
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -87,7 +87,6 @@ do-release:
|
|||
fi; \
|
||||
git fetch -p --all; \
|
||||
generate-changelog; \
|
||||
git add CODEOWNERS; \
|
||||
export BRANCH_NAME=$(SHORT_BRANCH_NAME);bumpversion $(BUMPVERSION_OPTS) $(RELEASE_KIND) --allow-dirty; \
|
||||
git push origin $(BRANCH_NAME); \
|
||||
git push --tags;
|
||||
|
|
|
|||
Loading…
Reference in a new issue