Skip to content

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 540 Bytes

CODING.md

File metadata and controls

executable file
·
21 lines (15 loc) · 540 Bytes

Standard.js

This project respect the standard.js format

Release procedure

  • run "npm test" and fix all the issues
  • Update the version in package.json
  • Add a new entry in CHANGELOG.md
  • git commit -m 'Prepare release X.X.X'
  • git tag -a vX.X.X
  • git push --follow-tags
  • npm publish
  • request a refresh on flows.nodered.org

NPM CheatSheet

  • npm test to run all the tests
  • npm pack to crete the package locally (use file list in package.json)
  • npm publish to publish on npm (use .npmignore file)