-
Notifications
You must be signed in to change notification settings - Fork 3
Home
rodric rabbah edited this page Feb 19, 2021
·
12 revisions
- Update the version in package.json (example)
- Create a tag:
git tag vm.n.p
- Push tag:
git push [upstream]
- Run:
npm publish --dry-run
to test if things will go well - Login to npm:
npm login
- Run
npm publish
- Create a PR to update the package version in the Netlify plugins repo (example pr and LOC)
- Create a project to deploy
- Create or amend
package.json
to include
"devDependencies": {
"netlify-plugin-nimbella": "<your-fork>/netlify-plugin-nimbella[#branch-name]"
}
- Connect the project to a Netlify site and deploy
If you edit the plugin inputs, remember to edit manifest.yml
.