Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 81a9caf

Browse files
committed
Fixing update of version number in documentation.
Updates were not published.
1 parent 3e6d5ae commit 81a9caf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis/push_release_version.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ if [ "${TRAVIS_REPO_SLUG}" = "${UTPLSQL_REPO}" ] && [ "$TRAVIS_PULL_REQUEST" ==
99
git add sonar-project.properties
1010
git add VERSION
1111
git add source/*
12+
git add docs/*
1213
git commit -m 'Updated project version after build [skip ci]'
1314
echo "Pushing to origin"
1415
git push --quiet origin HEAD:${CURRENT_BRANCH}

0 commit comments

Comments
 (0)