Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 446 Bytes

File metadata and controls

8 lines (6 loc) · 446 Bytes

GitOps Semantic Version Increment YAML

Increment a semantic version in a YAML file. This action is meant to be used in a job which updates values in another source repository to trigger a downstream update. See gitops-gh-pr for a complete example.

Inputs

  • file: File to update version in
  • path: Expression path of version in YAML
  • position: SemVer position to increment (MAJOR|MINOR|PATCH default:PATCH)