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 fe576a9 commit 3e9673bCopy full SHA for 3e9673b
Makefile
@@ -1,10 +1,10 @@
1
####################################################################
2
-#
+#
3
# Rules used to build and release the SDK.
4
#
5
6
7
tagCommit:
8
- git tag `cat sdk-version.txt`; git push origin `cat sdk-version.txt`
+ git tag `cat sdk-version.txt`; git push origin `cat sdk-version.txt`
9
10
-deploy: tagCommit
+deploy: tagCommit
0 commit comments