chore: Refactor release scripts to create branch and tags

This commit is contained in:
Vikash Kothary
2022-01-16 22:23:51 +00:00
parent 62c6e1a5a1
commit 30fb932127
5 changed files with 72 additions and 40 deletions

View File

@@ -36,8 +36,7 @@ init:
@${POETRY} install
.PHONY: release #: Create new Git release and tags.
release:
@${BASH} scripts/release.sh
release: release-branch release-tags
.PHONY: open
open: