Skip to content

Commit

Permalink
add documentation about automating release using krew-release-bot (#468)
Browse files Browse the repository at this point in the history
* add documentation about automating release using krew-release-bot

* update doc

* capitalize and wrap lines

* update doc

* fix doc wording
  • Loading branch information
rajatjindal authored and ahmetb committed Jan 25, 2020
1 parent 5e5a4e7 commit cb2a459
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,5 +333,12 @@ 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.

### Automate releasing new versions on krew-index

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 [krew-release-bot](https://github.com/rajatjindal/krew-release-bot) documentation for details.

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

0 comments on commit cb2a459

Please sign in to comment.