feat: add release

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim)
2023-07-04 14:26:24 +08:00
parent edcb065636
commit 4d8fafe029
5 changed files with 8 additions and 5 deletions
+5
View File
@@ -158,6 +158,11 @@ verify-copyright:
add-copyright:
@$(MAKE) copyright.add
## release: release the project
.PHONY: release
release: release.verify release.ensure-tag
@scripts/release.sh
## help: Show this help info.
.PHONY: help
help: Makefile