ci: added option to sign git tags

This commit is contained in:
Geoff Bourne
2020-06-20 15:42:45 -05:00
parent 477caa12c3
commit ec0329efb1
2 changed files with 6 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ Several base-image variants are maintained in order to offer choices in JDK prov
The [docker-versions-create.sh](docker-versions-create.sh) script is configured with the branches to maintain and is used to merge changes from the master branch into the mulit-base variant branches. The script also manages git tagging the master branch along with the merged branches. So a typical use of the script would be like:
```shell script
./docker-versions-create.sh -t 1.2.0
./docker-versions-create.sh -s -t 1.2.0
```
> Most often the major version will be bumped unless a bug or hotfix needs to be published in which case the patch version should be incremented.