UNPKG

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