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 a6092d9 commit c209aedCopy full SHA for c209aed
Makefile
@@ -8,6 +8,6 @@ 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 add Leanplum-SDK/Classes/Internal/LPConstants.h && git commit -am 'update version' && git tag `cat sdk-version.txt`; git push --tags
+ git add Leanplum-SDK/Classes/Internal/LPConstants.h; git commit -am 'update version'; git tag `cat sdk-version.txt`; git push origin `cat sdk-version.txt`
12
13
deploy: updateVersion tagCommit
0 commit comments