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 3 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
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.

### 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`krew-release-bot` is a github action to automatically bump the version in
`krew-release-bot` is a GitHub Action to automatically bump the version in

Better be consistent with regards to capitalization. IMO, Action is a name here and needs to have a capital letter too.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

`krew-index` repo.
Refer to the [documentation here](https://github.com/rajatjindal/krew-release-bot) for details.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Refer to the [documentation here](https://github.com/rajatjindal/krew-release-bot) for details.
Refer to the [krew-release-bot](https://github.com/rajatjindal/krew-release-bot) documentation for details.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done


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