-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chris Wiechmann
committed
May 10, 2022
1 parent
b7b9987
commit c438a21
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
## Create a new Helm-Chart release | ||
|
||
- Run `helm dep update` to update chart dependencies | ||
- Set the version number | ||
- `./Chart.yaml` | ||
- `./examples/aws-eks/README.md` | ||
- `./examples/google-gke/README.md` | ||
- And other examples | ||
- Update the `CHANGELOG.md` | ||
- Commit and Push | ||
- Create a release on GitHub with tag schema: `apim-helm-2.8.0` | ||
- The version numbers referenced in `./Chart.yaml`, `./examples/aws-eks/README.md` and `./examples/google-gke/README.md` will be updated automatically | ||
- Commit and Push changed to master | ||
- Create a release on GitHub with tag schema: `apim-helm-2.8.0` | ||
- the release version is extracted based on the given semver version including the additional characters. | ||
- for example: | ||
`apim-helm-2.8.0-alpha` --> `2.8.0-alpha` | ||
`apim-helm-2.8.0` --> `2.8.0` |