File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ cat $_BASE_DIR/VERSION
3232echo " Changing version in pom.xml"
3333xmlstarlet edit --inplace -N N=" http://maven.apache.org/POM/4.0.0" --update " /N:project/N:version" --value " $SQLITE_VERSION " $_BASE_DIR /pom.xml
3434# sed -ire "s|\(<version>\)\(.*\)\(\-SNAPSHOT<\/version>\)|\1$SQLITE_VERSION\3|g" $_BASE_DIR/pom.xml
35- git add $_BASE_DIR /pom.xml
36- git add $_BASE_DIR /VERSION
37- git commit -m " Prepare for $SQLITE_VERSION "
38- git tag --force " $SQLITE_VERSION "
35+ echo git add $_BASE_DIR /pom.xml
36+ echo git add $_BASE_DIR /VERSION
37+ echo git commit -m " ' Prepare for $SQLITE_VERSION ' "
38+ echo git tag " ' $SQLITE_VERSION ' "
3939
40- git push --force --quiet " https:// ${GH_TOKEN} @github.com/Willena/sqlite-jdbc-crypt.git "
41- git push --force --quiet -- tags " https:// ${GH_TOKEN} @github.com/Willena/sqlite-jdbc-crypt.git "
40+ echo git push
41+ echo git push --tags
You can’t perform that action at this time.
0 commit comments