canary/GitVersion.yml
Renato Foot Guimarães Costallat 4f2fd29437
Add project automatic version (#29)
- Add automatic version, commits now has to have this tag on the end:

"+semver: major | minor | patch"

or

"+semver: break | feature | fix"

to track  what has changed so it can calculate the current version

- Add docker build / push of the server image

Signed-off-by: Renato Foot <costallat@hotmail.com>
2021-06-11 09:50:38 -03:00

7 lines
133 B
YAML

---
assembly-versioning-scheme: MajorMinorPatchTag
mode: ContinuousDelivery
branches: {}
ignore:
sha: []
merge-message-formats: {}