Skip to content

Commit 18ea261

Browse files
committed
Merge commit '5e2beb5' into release/4.2.3
2 parents 06fa71c + 5e2beb5 commit 18ea261

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)