From c438a2110f153f2793dd6577680ca3affc9b0e4a Mon Sep 17 00:00:00 2001 From: Chris Wiechmann Date: Tue, 10 May 2022 10:59:38 +0200 Subject: [PATCH] Update DEVELOPMENT.md --- APIM/Helmchart/DEVELOPMENT.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/APIM/Helmchart/DEVELOPMENT.md b/APIM/Helmchart/DEVELOPMENT.md index 0231a4e..7dc3d2f 100644 --- a/APIM/Helmchart/DEVELOPMENT.md +++ b/APIM/Helmchart/DEVELOPMENT.md @@ -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` \ No newline at end of file +- 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` \ No newline at end of file