Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (25 loc) · 920 Bytes

CONTRIBUTING.md

File metadata and controls

40 lines (25 loc) · 920 Bytes

CONTRIBUTING

Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.

Setup

Install Node.js + npm on your system: https://nodejs.org/en/download/

$ git clone https://github.com/netlify/zip-it-and-ship-it
$ cd zip-it-and-ship-it
$ npm install
$ npm test

You can also use yarn.

Testing

The following things are tested for:

  • Dependencies (used an unused)
  • Linting

Releasing

Merge the release PR

Creating a prerelease

  1. Create a branch named releases/<tag>/<version> with the version you'd like to release.
  2. Push the branch to the repo.

For example, a branch named releases/rc/4.0.0 will create the version v4.0.0-rc and publish it under the rc tag.

License

By contributing to Netlify Node Client, you agree that your contributions will be licensed under its MIT license.