Skip to content

Commit

Permalink
chore: add tag scripts
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Mar 7, 2024
1 parent c0b7c1e commit 371a6c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright 2023 The KCL Authors. All rights reserved.
VERSION := $(shell cat VERSION)

PROJECT_NAME = kcl-lang

Expand Down Expand Up @@ -59,3 +60,8 @@ algolia:
.PHONY: sh-in-docker
sh-in-docker:
${RUN_IN_DOCKER} bash

tag:
git tag v${VERSION}
git push origin v${VERSION}
gh release create v${VERSION} --draft --generate-notes --title "v${VERSION} Release"

0 comments on commit 371a6c5

Please sign in to comment.