Add code to release.sh to update the version hardcoded in the VERSION file.

This commit is contained in:
Trevor Brown 2017-09-12 18:21:04 -04:00
parent 4da62b16c8
commit 5b35ea01db

View File

@ -67,8 +67,8 @@ fi
# Update version in README
sed -i.bak "s|^\(git clone.*--branch \).*$|\1$new_tag_name|" README.md
# Update version in utils.sh
# TODO: Hardcode version until.sh since not all asdf will include the Git repo
# Update version in utils.she
echo "$new_tag_name" > VERSION
echo "INFO: Committing and tagging new version"