Minor updates to README.md

This commit is contained in:
montgolfiere 2020-04-20 21:20:24 +01:00 committed by GitHub
parent 352388832d
commit 12a6b35dcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,8 @@ Travis CI builds differ by branch:
> - alfresco/alfresco-imagemagick
> - alfresco/alfresco-tika
> - alfresco/alfresco-libreoffice
> - alfresco/alfresco-transform-misc
> - alfresco/alfresco-transform-core-aio
- if the commit message contains the `[trigger release]` tag, the builds will also
include the _Release_ stage;
- PR builds where the latest commit contains the `[trigger release]` tag will execute dry runs
@ -51,7 +53,7 @@ maven command, i.e.
4. Create a new commit with the `[trigger release]` tag in its message. If no local changes have
been generated by steps (2) and (3), then an empty commit should be created - e.g.
```bash
git commit --allow-empty -m "ATS-###: Release AIS #.##.# [trigger release]"
git commit --allow-empty -m "ATS-###: Release T-Core (T-Engines) #.##.# [trigger release]"
```
> The location of the `[trigger release]` tag in the commit message is irrelevant.