Skip to content

Commit

Permalink
fix: add doc about releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
nicmosc committed May 6, 2020
1 parent 89b982e commit 2c53dcd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ To run the integration tests simply run
$ npm run test
```

## Releasing
Releasing is done automatically through the commit messages: `fix: [content]` will trigger a patch, `feature: [content]` will trigger a minor, and `breaking: [content]` will trigger a major. You can read more about it [here](https://semantic-release.gitbook.io/semantic-release/#how-does-it-work).
```bash
$ npx semantic-release
```

## VSCode
Depending on your personal configuration, you can enable vscode to report deprecation usage through the plugin. If you already have the ESLint plugin installed and enabled, the deprecation rules should work automatically.

Expand Down

0 comments on commit 2c53dcd

Please sign in to comment.