Skip to content

Commit 19a89bc

Browse files
committed
add tag-php-sdk to makefile
1 parent 0f87d50 commit 19a89bc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ run:
55
proto:
66
cd proto && buf generate
77
./scripts/post_generation.sh
8+
9+
tag-php-sdk:
10+
@if [ -z "$(VERSION)" ]; then echo "Usage: make tag-php-sdk VERSION=X.Y.Z"; exit 1; fi
11+
git tag php-sdk-v$(VERSION)
12+
git push origin php-sdk-v$(VERSION)

0 commit comments

Comments
 (0)