Commit all files changed by release.sh before it tags

This commit is contained in:
John Doe 2019-01-19 09:29:55 -05:00
parent 1886e00cf1
commit 59c1cc0b37
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Clone only the latest branch:
```shell
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.6.2
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.6.3
```
Alternately, you can clone the whole repo and checkout the latest branch:

View File

@ -111,6 +111,7 @@ echo "INFO: Committing and tagging new version"
# Commit the changed files before tagging the new release
git add README.md
git add docs/core-manage-asdf-vm.md
git add VERSION
git commit -m "Update version to $new_version"