Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 449 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (17 loc) · 449 Bytes

Contributing to serverless-seed

Releases

To cut a release, start by merging the PRs that are going into this release.

  1. Update version

    $ npm version patch
  2. Publish a release to npm

    $ npm publish
  3. Push git tag

    $ git push origin v0.3.14
  4. Publish GitHub release

    In the Tag version of the release draft, select the version that was just published to npm.