UNPKG

513 BMarkdownView Raw
1# Contributing
2
3Please feel free to file GitHub Issues or propose Pull Requests. We're always happy to discuss
4improvements to this library!
5
6## Testing
7
8```shell
9npm test
10```
11
12## Releasing
13
14Releases are supposed to be done from master, version bumping is automated through
15[`standard-version`](https://github.com/conventional-changelog/standard-version):
16
17```shell
18npm run release -- --dry-run # verify output manually
19npm run release # follow the instructions from the output of this command
20```