Skip to content

Commit

Permalink
chore: fix read me about make version
Browse files Browse the repository at this point in the history
  • Loading branch information
mentlak0 committed Jul 27, 2023
1 parent e11fead commit a6ea09a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,21 @@ make fetch
```

This will fetch the latest version.
To fetch a specific version (say 0.32.0), use CHART_VERSION

```bash
make CHART_VERSION=0.32.0 fetch
```
To fetch a specific version (say 0.32.0), use CHART_VERSION
```bash
make version
```
This will increment the chart version by 1. Please use this command when making changes to the charts to maintain version control.

```bash
make release
```
This will also check the current version in Chart.yaml and increment the patch version by 1.

Please use this command when making changes to the charts to maintain version control.

The `app_version` will be set to the `CHART_VERSION` automatically by the makefile if a `CHART_VERSION` is specified.
For latest set `app_version` to the latest tekton version from the [tekton release page](https://github.com/tektoncd/pipeline/releases) and not `latest`.

Expand Down

0 comments on commit a6ea09a

Please sign in to comment.