Categorygithub.com/raitonbl/versioner
repository
2.2.5+incompatible
Repository: https://github.com/raitonbl/versioner.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

VERSIONER

CLI application that reads and/or edits version from specific types of source code files:

  • Maven pom.xml (version)
  • Node package.json (version)
  • OAS3 specification.yaml (version)
  • Helm Chart.yaml (version, appVersion)

GitHub Action

Usage

Read Version


- uses: raitonbl/[email protected]
  with:
    command: get
    runtime: helm
    object : version
    file   : Chart.yaml

Edit Version


- uses: raitonbl/[email protected]
  with:
    command: set
    runtime: helm
    object : version
    file   : Chart.yaml

Set Stamped Version


- uses: raitonbl/[email protected]
  with:
    command: set-stamped-version
    runtime: helm
    object : version
    file   : Chart.yaml