From cb2a459c0377041b62e8618eaac90d23d7d06d70 Mon Sep 17 00:00:00 2001 From: Rajat Jindal Date: Sat, 25 Jan 2020 10:55:13 +0530 Subject: [PATCH] add documentation about automating release using krew-release-bot (#468) * add documentation about automating release using krew-release-bot * update doc * capitalize and wrap lines * update doc * fix doc wording --- docs/DEVELOPER_GUIDE.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/DEVELOPER_GUIDE.md b/docs/DEVELOPER_GUIDE.md index f55c4888..cee3fb50 100644 --- a/docs/DEVELOPER_GUIDE.md +++ b/docs/DEVELOPER_GUIDE.md @@ -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/