Skip to content

Commit

Permalink
docs: Provide guidance on milestones & release notes for shipping new…
Browse files Browse the repository at this point in the history
…er version (#211)
  • Loading branch information
tomkerkhove authored Dec 1, 2021
1 parent 16bec13 commit faf817f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ You can easily release a new Helm chart version:
5. Update the version in README.md.
6. Create a pull request with our new Helm index.
7. Create a GitHub release for your new Helm chart version by using the following template.
- Make sure to list the changes to our Helm chart which are tracked in the [KEDA Core vNext](https://github.com/kedacore/charts/milestone/10) milestone
- Instead of listing all KEDA core changes, simply refer to our release notes on the other repo (see template)

> *Chart: {{Chart Version}} | App: {{App Name}}*
> {{Description about the Helm chart}}
Expand All @@ -51,6 +53,7 @@ You can easily release a new Helm chart version:
>
> ### Features
>
> - Support for KEDA v{version} ([release notes]({{URL to release}}))
> - {{List new features}}
>
> ### Fixes / Changes
Expand All @@ -65,6 +68,9 @@ You can easily release a new Helm chart version:
>
> - {{List removed features}}

8. Create a new milestone called `KEDA Core v{version}`
9. Move the closed items from `KEDA Core vNext` to the new milestone and close it

## Developer Certificate of Origin: Signing your work

### Every commit needs to be signed
Expand Down

0 comments on commit faf817f

Please sign in to comment.