You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
274 B

4 years ago
  1. # Contributing to EventSource
  2. If you add or fix something, add tests.
  3. ## Release process
  4. Update `HISTORY.md`, Then:
  5. npm outdated --depth 0 # See if you can upgrade something
  6. npm run polyfill
  7. git commit ...
  8. npm version [major|minor|patch]
  9. npm publish