Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.08 KB

File metadata and controls

27 lines (20 loc) · 1.08 KB
title Releasing plugin updates
slug updating-plugins
weight 200

When you have a newer version of your plugin, you can update your plugin manifest at the krew-index repository to distribute this new version to your users.

This manual operation looks like:

  1. Update the version, uri, and sha256 fields of the plugin manifest file.
  2. [Test plugin installation locally]({{< ref "../installing-locally.md" >}})
  3. Make a pull request to krew-index to update the plugin manifest file.

Note: Ideally, the specified version: field should match the release tag of the plugin. This helps users and maintainers to easily identify which version of the plugin they have installed.

If you only change the version, uri and sha256 fields of your plugin manifest, your pull request will be automatically approved, tested, and merged (see an example).

You can [automate releasing plugin updates]({{< ref "release-automation.md" >}}) if you're publishing your plugins on GitHub.