Categorygithub.com/DmitriyLewen/atcDemo
repositorypackage
1.0.4
Repository: https://github.com/dmitriylewen/atcdemo.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Сustomization ATC config file(.atc.yaml)

Config file use syntax Yaml

USAGE:

Action Inputs

  • Path: Path to your package manager. Path shouldn't have preffix "/".
  • Behavior: 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:

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