Skip to content

Commit 5e2beb5

Browse files
committed
auto tag commit
1 parent c4ed188 commit 5e2beb5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,7 @@ releasePoms:
4343
deployArtifacts:
4444
./Tools/deploy.py
4545

46-
deploy: releaseArtifacts deployArtifacts
46+
tagCommit:
47+
git tag `cat sdk-version.txt`; git push --tags
48+
49+
deploy: tagCommit releaseArtifacts deployArtifacts

0 commit comments

Comments
 (0)