We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346be01 commit 727bcd5Copy full SHA for 727bcd5
Makefile
@@ -83,6 +83,8 @@ tag:
83
echo "Error: Release version should not begin with a version prefix."; \
84
exit 1; \
85
fi
86
+ @printf "$(FONT_BOLD)Creating Branch$(FONT_RESET)\n"
87
+ git checkout -b "chore-release-$(RELEASE_VERSION)"
88
@printf "$(FONT_BOLD)Updating Docs$(FONT_RESET)\n"
89
rm -rf ./docs/reference/commands ./docs/reference/errors.md
90
./bin/slack docgen ./docs/reference --skip-update
0 commit comments