We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ed188 commit 5e2beb5Copy full SHA for 5e2beb5
Makefile
@@ -43,4 +43,7 @@ releasePoms:
43
deployArtifacts:
44
./Tools/deploy.py
45
46
-deploy: releaseArtifacts deployArtifacts
+tagCommit:
47
+ git tag `cat sdk-version.txt`; git push --tags
48
+
49
+deploy: tagCommit releaseArtifacts deployArtifacts
0 commit comments