Skip to content

Latest commit

 

History

History

gitops-semver-increment-yaml

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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)