mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-02-20 08:48:15 +00:00
7 lines
145 B
Makefile
7 lines
145 B
Makefile
|
.PHONY: release
|
||
|
release:
|
||
|
@git flow release finish `git flow release | cut -d ' ' -f2`
|
||
|
@git push --all
|
||
|
@git push --tags
|
||
|
@git checkout develop
|