Skip to content

Commit

Permalink
Provide step for Helm chart release in release process (#761)
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Kerkhove <[email protected]>
  • Loading branch information
tomkerkhove authored Apr 20, 2020
1 parent 4253118 commit 1a643cf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion RELEASE-PROCESS.MD
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ Update the following file:
https://github.com/Azure/azure-functions-core-tools/blob/dev/src/Azure.Functions.Cli/StaticResources/keda.yaml
[Search for 1.1.0 etc. and replace it]

**5) Upload release packages**
**5) Create Helm release on GitHub**

Create Helm release on GitHub with changelog of what changed to our Helm chart.

**6) Upload release packages**

When a new GitHub release is created, upload the tar.gz and zip release package files generated during the release process.
They are named like `keda-$(VERSION).zip` and `keda-$(VERSION).tar.gz`.

0 comments on commit 1a643cf

Please sign in to comment.