Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
513 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | # Contributing
|
---|
| 2 |
|
---|
| 3 | Please 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
|
---|
| 8 | npm test
|
---|
| 9 | ```
|
---|
| 10 |
|
---|
| 11 | ## Releasing
|
---|
| 12 |
|
---|
| 13 | Releases are supposed to be done from master, version bumping is automated through [`standard-version`](https://github.com/conventional-changelog/standard-version):
|
---|
| 14 |
|
---|
| 15 | ```shell
|
---|
| 16 | npm run release -- --dry-run # verify output manually
|
---|
| 17 | npm run release # follow the instructions from the output of this command
|
---|
| 18 | ```
|
---|
Note:
See
TracBrowser
for help on using the repository browser.