Skip to content

Commit

Permalink
Update DEVELOPMENT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Wiechmann committed May 10, 2022
1 parent b7b9987 commit c438a21
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions APIM/Helmchart/DEVELOPMENT.md
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`

0 comments on commit c438a21

Please sign in to comment.