Skip to content

Commit

Permalink
chore: use standard-version to increment versions (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah authored Sep 9, 2020
1 parent dec686a commit 817dcf1
Show file tree
Hide file tree
Showing 3 changed files with 1,543 additions and 146 deletions.
6 changes: 2 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,8 @@ We actively welcome your pull requests.

## Releasing

1. Clean out local `node_modules`. `rm -rf node_modules`. This is to counteract any oddities that may arise during the `shrinkwrap` process that happens when cli is released.
2. Install dependencies. `npm install`.
3. `npm version [major, minor, patch]` Generate changelog and bump version.
4. `npm publish` Publish to npm, push version commit + tag, push latest CHANGELOG entry to GitHub release page.
1. Install dependencies. `npm ci`.
2. `npm run release`.

## License

Expand Down
Loading

0 comments on commit 817dcf1

Please sign in to comment.