Update script: get last version from script

This commit is contained in:
Marcel Kapfer 2020-03-29 13:34:22 +02:00
parent 7cb1281a46
commit 52700a7593
2 changed files with 9 additions and 3 deletions

View file

@ -92,6 +92,11 @@ To update the version follow the following steps (the old version is here 15.0.1
16. Create new pull request
### Automatically do steps 2 to 12
Run `./update-new-version.sh "$new-version"`
Where `$new-version` is in the format `[year].[major].[minor]`.
### Setting up the build environment