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.
1 parent 18e08ef commit 9175edcCopy full SHA for 9175edc
hack/release.sh
@@ -85,7 +85,7 @@ if [ "$current_branch" != "master" ]; then
85
86
echo "Modify the doc version number"
87
cd ${DOCS_DIR}
88
- git checkout $(cat VERSION | awk -F '.' '{print $1"."$2}')
+ git checkout $(cat $VERSION | awk -F '.' '{print $1"."$2}')
89
git pull
90
sed -i "s/version: .*/version: ${VERSION}/" mkdocs.yml
91
git add mkdocs.yml
0 commit comments