Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/DmitriyLewen/atcDemo
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Oct 21, 2021
2 parents 4384922 + 475f727 commit 1828c3e
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
# atcDemo
## Сustomization ATC config file(.atc.yaml)

Config file use syntax Yaml

### USAGE:
## Action Inputs
- [**Path**](#action-inputs): Path to your package manager. Path shouldn't have preffix "/".
- [**Behavior**](README.md#action-inputs): What is commits will be used for create tag: `After` or `Before`.
- **Template**: Template your tag. Template should conteins {{.Version}}.
- **Branch**: .
- **RegexStr**: .

## Example
This example will create a release when a tag is pushed:

```yaml
path: "contents/pom.xml"
behavior: "after"
template: "v{{.Version}}"
```

0 comments on commit 1828c3e

Please sign in to comment.