Update README.md
Co-authored-by: Arvind Iyengar <iyengararvind@gmail.com>pull/108/head
parent
f2f364ecff
commit
127916da13
|
@ -240,7 +240,7 @@ make clean
|
|||
|
||||
Ensure that you've already saved your changes with `PACKAGE={CHART_NAME} make patch` and cleaned up your working directory with `PACKAGE={CHART_NAME} make clean`. Then, commit all the remaining changes to `packages/{CHART_NAME}`.
|
||||
|
||||
Once you've committed all your changes in your package directory, run `make charts` and add everything that gets updated to a second commit (Usually `assets`, `charts` and in some cases `index.yaml` as well) so that your Pull Request contents are as following:
|
||||
Once you've committed all your changes in your package directory, run `make charts` and add everything that gets updated to a second commit (usually `assets`, `charts` and in some cases `index.yaml` as well) so that your Pull Request's contents are as following:
|
||||
|
||||
1st commit: Changes in package to add or update your chart
|
||||
2nd commit: Result of running `make charts`
|
||||
|
|
Loading…
Reference in New Issue