We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fdc3f28 + 9abf215 commit 65d0169Copy full SHA for 65d0169
.travis/push_docs_to_gh_pages.sh
@@ -85,8 +85,10 @@ if [[ "${TRAVIS_JOB_NUMBER}" =~ \.1$ ]]; then
85
fi
86
#If build running on a TAG - it's a new release - need to add it to documentation
87
if [ -n "${TRAVIS_TAG}" ]; then
88
- latest_release=" - [${TRAVIS_TAG} documentation](${UTPLSQL_VERSION}/) - Created $now"
89
- sed -i '7s@.*@'"Latest release ${latest_release}"'@' index.md
+ latest_release=" [${TRAVIS_TAG} documentation](${UTPLSQL_VERSION}/) - Created $now"
+ sed -i '7s@.*@'" - Latest release: ${latest_release}"'@' index.md
90
+ #add entry to the end of file - ## Released Version Doc History
91
+ echo "- ${latest_release}">>index.md
92
93
#replace 4th line in log
94
sed -i '8s@.*@'"${latest}"'@' index.md
0 commit comments