Skip to content

Commit 2c53dcd

Browse files
committed
fix: add doc about releasing
1 parent 89b982e commit 2c53dcd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ To run the integration tests simply run
7676
$ npm run test
7777
```
7878

79+
## Releasing
80+
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).
81+
```bash
82+
$ npx semantic-release
83+
```
84+
7985
## VSCode
8086
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.
8187

0 commit comments

Comments
 (0)