Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6d5ae commit 81a9cafCopy full SHA for 81a9caf
1 file changed
.travis/push_release_version.sh
@@ -9,6 +9,7 @@ if [ "${TRAVIS_REPO_SLUG}" = "${UTPLSQL_REPO}" ] && [ "$TRAVIS_PULL_REQUEST" ==
9
git add sonar-project.properties
10
git add VERSION
11
git add source/*
12
+ git add docs/*
13
git commit -m 'Updated project version after build [skip ci]'
14
echo "Pushing to origin"
15
git push --quiet origin HEAD:${CURRENT_BRANCH}
0 commit comments