From 5b35ea01db6a3c180a78b42ad6682249c039be4b Mon Sep 17 00:00:00 2001 From: Trevor Brown Date: Tue, 12 Sep 2017 18:21:04 -0400 Subject: [PATCH] Add code to release.sh to update the version hardcoded in the VERSION file. --- release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release.sh b/release.sh index 8f40ef52..5be6fb6a 100755 --- a/release.sh +++ b/release.sh @@ -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"