Skip to content

Commit eb0c7de

Browse files
committed
update makefile
1 parent 93dd016 commit eb0c7de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ updateVersion:
88
sed -i '' -e "s/#define LEANPLUM_SDK_VERSION @.*/#define LEANPLUM_SDK_VERSION @\"`cat sdk-version.txt`\"/g" "./Leanplum-SDK/Classes/Internal/LPConstants.h"
99

1010
tagCommit:
11-
git tag `cat sdk-version.txt`; git push --tags
11+
git add Leanplum-SDK/Classes/Internal/LPConstants.h && git commit -am 'update version' && git tag `cat sdk-version.txt`; git push --tags
1212

1313
deploy: updateVersion tagCommit

sdk-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.5-beta.12
1+
2.2.5-beta.13

0 commit comments

Comments
 (0)