versioner

module
v0.0.0-...-a8ad3c8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 30, 2024 License: Apache-2.0

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/versioner@v2.1.1
  with:
    command: get
    runtime: helm
    object : version
    file   : Chart.yaml
Edit Version

- uses: raitonbl/versioner@v2.1.1
  with:
    command: set
    runtime: helm
    object : version
    file   : Chart.yaml
Set Stamped Version

- uses: raitonbl/versioner@v2.1.1
  with:
    command: set-stamped-version
    runtime: helm
    object : version
    file   : Chart.yaml

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL