Skip to content

Commit 7695d7f

Browse files
committed
add makefile
1 parent 77885e7 commit 7695d7f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
####################################################################
2+
#
3+
# Rules used to build and release the SDK.
4+
#
5+
####################################################################
6+
7+
deploy:
8+
git tag `cat sdk-version.txt`; git push --tags

sdk-version.txt

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

0 commit comments

Comments
 (0)