From 59c1cc0b37c7888f8194025d8c12089883dc6e28 Mon Sep 17 00:00:00 2001 From: John Doe Date: Sat, 19 Jan 2019 09:29:55 -0500 Subject: [PATCH] Commit all files changed by release.sh before it tags --- docs/core-manage-asdf-vm.md | 2 +- release.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/core-manage-asdf-vm.md b/docs/core-manage-asdf-vm.md index 6e189092..b45c3de2 100644 --- a/docs/core-manage-asdf-vm.md +++ b/docs/core-manage-asdf-vm.md @@ -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: diff --git a/release.sh b/release.sh index 85cceea7..70aacfe6 100755 --- a/release.sh +++ b/release.sh @@ -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"