justinkalland/protonmail-api

Implement standard-version

justinkalland opened this issue · 1 comments

Implementing standard-version will help automate releasing new versions of the package (as well as automatic changelogs).

  • Add standard-version package
  • Setup release and pre-release scripts (see jwt-guard for example)
  • Add details in contributing documentation

Blocked by #4

After implementation release procedure is:

npm run release
# check files and CHANGELOG
git push --follow-tags origin master && npm publish