diff --git a/.gitignore b/.gitignore index 0c54f9fb7..46b58efb4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ **/.*~ *~ .classpath +.github_api_token .project /*/*log target diff --git a/release.sh b/release.sh index 22420a6ef..9d2a59125 100755 --- a/release.sh +++ b/release.sh @@ -56,7 +56,7 @@ prompt_continue "set version $RELEASE_VERSION to local git repository" mvn versions:set -DnewVersion=$RELEASE_VERSION sed -i -e "s/$PREVIOUS_VERSION/$RELEASE_VERSION/g" README.md -git commit -am "release $RELEASE_VERSION" +git commit -am "release $RELEASE_VERSION [ci skip]" prompt_continue "push version $RELEASE_VERSION to remote git repository" @@ -74,7 +74,7 @@ git push --tags prompt_continue "set version $SNAPSHOT_VERSION to local git repository" mvn versions:set -DnewVersion=$SNAPSHOT_VERSION -git commit -am "prepare for release $SNAPSHOT_VERSION" +git commit -am "prepare for release $SNAPSHOT_VERSION [ci skip]" prompt_continue "push version $SNAPSHOT_VERSION to remote git repository"