mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-02-17 15:36:23 +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
|