2.0.0 • Published 1 year ago

faucet-pipeline-core v2.0.0

Weekly downloads
603
License
Apache-2.0
Repository
github
Last release
1 year ago

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