Skip to content

Commit

Permalink
Update templates/template/packages/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jiaqi Luo <6218999+jiaqiluo@users.noreply.github.com>
  • Loading branch information
aiyengar2 and jiaqiluo authored May 13, 2021
1 parent 023aa27 commit 1ccfa20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/template/packages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ To check whether the new packages you are introducing will cause any issues with
- Run `make clean`
- Run `make charts` to test your changes by committing the generated directories and pushing it to a branch. Once it is available at such a branch, it can be picked up by any tools that can point to Github based Helm Repositories (e.g. Rancher Cluster Explorer Apps & Marketplace).
- If you encounter bugs, undo the `make charts` commit (e.g. `git reset HEAD~1 --hard` or `git reset HEAD~1 --soft; git checkout -- .; git clean -df` if you want to do it in multiple steps) and repeat the above steps.
- Once you are ready to make a PR, ensure the last commit contains only the generated `make charts` changes and submit a PR. The PR worklow will automatically run `make validate` to ensure that your current repository wouldn't introduce any conflicts during a release.
- Once you are ready to make a PR, ensure the last commit contains only the generated `make charts` changes and submit a PR. The PR workflow will automatically run `make validate` to ensure that your current repository wouldn't introduce any conflicts during a release.
- Open up a PR with your changes.

### Troubleshooting
Expand Down

0 comments on commit 1ccfa20

Please sign in to comment.