mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Commit all files changed by release.sh before it tags
This commit is contained in:
parent
1886e00cf1
commit
59c1cc0b37
@ -3,7 +3,7 @@
|
|||||||
Clone only the latest branch:
|
Clone only the latest branch:
|
||||||
|
|
||||||
```shell
|
```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:
|
Alternately, you can clone the whole repo and checkout the latest branch:
|
||||||
|
@ -111,6 +111,7 @@ echo "INFO: Committing and tagging new version"
|
|||||||
|
|
||||||
# Commit the changed files before tagging the new release
|
# Commit the changed files before tagging the new release
|
||||||
git add README.md
|
git add README.md
|
||||||
|
git add docs/core-manage-asdf-vm.md
|
||||||
git add VERSION
|
git add VERSION
|
||||||
git commit -m "Update version to $new_version"
|
git commit -m "Update version to $new_version"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user