Skip to content

Commit

Permalink
docs: add release chart docs
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
eddycharly committed Nov 6, 2024
1 parent c4a809e commit f8393c1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ git tag $TAG -m "tag $TAG" -a
git push origin $TAG
```

## Publish chart

Publishing the chart for a release is decoupled from cutting a release.

To publish the chart push a tag to the GitHub repository (beginning with `chart-v`).

```shell
VERSION="v0.0.1"
TAG=chart-$VERSION

git tag $TAG -m "tag $TAG" -a
git push origin $TAG
```

## Publish documentation

Publishing the documentation for a release is decoupled from cutting a release.
Expand Down

0 comments on commit f8393c1

Please sign in to comment.