Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 712 Bytes

CONTRIBUTING.md

File metadata and controls

49 lines (35 loc) · 712 Bytes

Contributing

Welcome, so you are thinking about contributing? Awesome, this a great place to start.

Setup

git clone git@github.com:williambelle/switzerland-postal-codes.git
cd switzerland-postal-codes
npm i

Build

./src/converter.js

Test

npm t

Code coverage:

npm run coverage

Release

  1. Bump the correct version (npm version [<newversion> | major | minor | patch])
  2. Update the file CHANGELOG.md
  3. Create the tag (git tag -a v<version> -m "Tagging the v<version> release")
  4. Publish with npm publish

License

The MIT License (MIT)

See the LICENSE file for more details.