You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,3 +39,11 @@ The following rule governs code contributions:
39
39
* We use GitHub issues to track bugs and enhancement requests.
40
40
41
41
* Please provide as much context as possible when you open an issue. The information you provide must be comprehensive enough to reproduce that issue for the assignee.
42
+
43
+
## Creating a new release
44
+
45
+
Create a new PR with the following changes:
46
+
47
+
1. Modify the `VERSION` file
48
+
2. Run `make helm-chart`
49
+
3. After your PR is approved and merged, a new version of the image and helm chart will automatically be build and published
0 commit comments