Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add documentation about automating release using krew-release-bot #468

Merged
merged 5 commits into from
Jan 25, 2020
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,5 +333,10 @@ Ideally, the `version` specified should match the release tag of the plugin.
This helps users and maintainers to easily identify which version of the plugin
they have installed.

### Automating the releasing of new version
corneliusweig marked this conversation as resolved.
Show resolved Hide resolved

You can use github actions to publish new release of your krew plugin. `krew-release-bot`
is a github action to automatically bump the version in `krew-index` repo. Refer to the [documentation here](https://github.com/rajatjindal/krew-release-bot) for details.
corneliusweig marked this conversation as resolved.
Show resolved Hide resolved

[index]: https://github.com/kubernetes-sigs/krew-index
[plugins]: https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/