Skip to content
rodric rabbah edited this page Feb 16, 2021 · 12 revisions

To publish a new version of the plugin:

  1. Update the version in package.json (example)
  2. Create a git tag
  3. Run npm publish --dry-run to test if things will go well
  4. Run npm publish
  5. Create a PR to update the package version in the Netlify plugins repo (example)
Clone this wiki locally