Config file use syntax Yaml
- Path: Path to your package manager. Path shouldn't have preffix "/".
- Behavior: What is commits will be used for create tag:
After
orBefore
. - Template: Template your tag. Template should conteins {{.Version}}.
- Branch: .
- RegexStr: .
This example will create a release when a tag is pushed:
path: "contents/pom.xml"
behavior: "after"
template: "v{{.Version}}"