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 74441c8 commit 93dd016Copy full SHA for 93dd016
Makefile
@@ -4,7 +4,10 @@
4
#
5
####################################################################
6
7
+updateVersion:
8
+ sed -i '' -e "s/#define LEANPLUM_SDK_VERSION @.*/#define LEANPLUM_SDK_VERSION @\"`cat sdk-version.txt`\"/g" "./Leanplum-SDK/Classes/Internal/LPConstants.h"
9
+
10
tagCommit:
11
git tag `cat sdk-version.txt`; git push --tags
12
-deploy: tagCommit
13
+deploy: updateVersion tagCommit
0 commit comments