mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Add code to release.sh to update the version hardcoded in the VERSION file.
This commit is contained in:
parent
4da62b16c8
commit
5b35ea01db
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user