Skip to content

Commit 727bcd5

Browse files
committed
build: create release branch as part of tag script
1 parent 346be01 commit 727bcd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ tag:
8383
echo "Error: Release version should not begin with a version prefix."; \
8484
exit 1; \
8585
fi
86+
@printf "$(FONT_BOLD)Creating Branch$(FONT_RESET)\n"
87+
git checkout -b "chore-release-$(RELEASE_VERSION)"
8688
@printf "$(FONT_BOLD)Updating Docs$(FONT_RESET)\n"
8789
rm -rf ./docs/reference/commands ./docs/reference/errors.md
8890
./bin/slack docgen ./docs/reference --skip-update

0 commit comments

Comments
 (0)