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:
274 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | # Contributing to EventSource
|
---|
| 2 |
|
---|
| 3 | If you add or fix something, add tests.
|
---|
| 4 |
|
---|
| 5 | ## Release process
|
---|
| 6 |
|
---|
| 7 | Update `HISTORY.md`, Then:
|
---|
| 8 |
|
---|
| 9 | npm outdated --depth 0 # See if you can upgrade something
|
---|
| 10 | npm run polyfill
|
---|
| 11 | git commit ...
|
---|
| 12 | npm version [major|minor|patch]
|
---|
| 13 | npm publish
|
---|
Note:
See
TracBrowser
for help on using the repository browser.