See faucet-pipeline.org for documentation.
faucet-pipeline is licensed under the Apache 2.0 License.
- ensure Node is installed
npm install
downloads dependenciesnpm test
runs the test suite and checks code for stylistic consistency
NB: version numbers are incremented in accordance with semantic versioning
-
update version number in
package.json
-
update
CHANGELOG.md
-
commit as "v#.#.#"
$ git commit -m "v`node -p -e 'require("./package.json").version'`"
-
./release
publishes the new version