Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use standard-version to increment versions #1214

Merged
merged 3 commits into from
Sep 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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