Update script: get latest version from git

This commit is contained in:
Marcel Kapfer 2020-03-29 13:25:35 +02:00
parent 48b4a53f78
commit c09fd499a0
2 changed files with 7 additions and 4 deletions

View file

@ -94,7 +94,9 @@ To update the version follow these steps. Replace all instances of `[year].[majo
### Automatically do steps 2 to 12
Run `./update-new-version.sh 2017.3 [year].[major].[minor]`
Run `./update-new-version.sh "$new-version"`
Where `$new-version` is in the format `[year].[major].[minor]`.
### Setting up the build environment