Skip to content

Commit

Permalink
Automate release process
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Dec 5, 2018
1 parent 7d4ea1f commit 3949872
Show file tree
Hide file tree
Showing 3 changed files with 458 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ We actively welcome your pull requests.
4. Ensure the test suite passes.
5. Make sure your code lints.

## Releasing

1. `npm version [major, minor, patch]` Generate changelog and bump version.
2. `npm publish` Publish to npm, push version commit + tag, push latest CHANGELOG entry to GitHub release page.

## License

By contributing to Netlify Node Client, you agree that your contributions will be licensed
Expand Down
Loading

0 comments on commit 3949872

Please sign in to comment.