Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 839 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 839 Bytes

faucet-pipeline-core

npm

See faucet-pipeline.org for documentation.

License

faucet-pipeline is licensed under the Apache 2.0 License.

Contributing

  • ensure Node is installed
  • npm install downloads dependencies
  • npm test runs the test suite and checks code for stylistic consistency

Releases

NB: version numbers are incremented in accordance with semantic versioning

  1. update version number in package.json

  2. update CHANGELOG.md

  3. commit as "v#.#.#"

     $ git commit -m "v`node -p -e 'require("./package.json").version'`"
    
  4. ./release publishes the new version