Skip to content

Commit ace82c7

Browse files
author
Derek Smart
committed
version 0.1.2
1 parent 7bca017 commit ace82c7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.1.2

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.delphix</groupId>
77
<artifactId>yamlparser</artifactId>
8-
<version>0.1.1</version>
8+
<version>0.1.2</version>
99

1010
<properties>
1111
<kotlin.version>1.2.50</kotlin.version>

release.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ DOCKERUSER=delphix
66
IMAGE=automation-framework
77

88
# ensure we're up to date
9-
git pull
9+
git pull Github-Delphix master
1010

1111
version=`cat VERSION`
1212

@@ -17,8 +17,8 @@ version=`cat VERSION`
1717
git add -A
1818
git commit -m "version $version"
1919
git tag -a "$version" -m "version $version"
20-
git push
21-
git push --tags
20+
git push Github-Delphix master
21+
git push Github-Delphix master --tags
2222
docker tag ${DOCKERUSER}/$IMAGE:latest ${DOCKERUSER}/$IMAGE:$version
2323

2424
# push it

0 commit comments

Comments
 (0)