1.3.1 • Published 7 months ago

@intility/helm-version v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Usage

Install with

npm install @intility/helm-version

Add a version script to your package.json

{
  "scripts": {
    "version": "helm-version path/to/chart && git add path/to/chart/Chart.yaml"
  }
}

You can now call npm version as usual to version your app, and the appVersion field will be automatically updated and added to the git commit and tag!

Alternatively, you can run it manually

helm-version <chart> <prefix>

Prefix is optional, and defaults to v. This is because npm version prefixes the git tag with v.

1.3.1

7 months ago

1.3.0

1 year ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago