Skip to content

Commit

Permalink
Update release instructions (OctoLinker#440)
Browse files Browse the repository at this point in the history
With the mono repo work the instructions needs to be updated.
  • Loading branch information
stefanbuck authored and josephfrazier committed Jan 31, 2018
1 parent 93fca44 commit 9fda080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The outline above is an extremely simplified version. In real life you have to d

## Release Checklist

- Run [`npm --no-git-tag-version version patch`](https://docs.npmjs.com/cli/version) to update the version number. Use `minor` or `major` instead of `patch` if needed (see [semver.org](http://semver.org/) for details).
- Update the version number in [packages/core/package.json](https://github.com/OctoLinker/OctoLinker/blob/master/packages/core/package.json) and [assets/manifest.json](https://github.com/OctoLinker/OctoLinker/blob/master/assets/manifest.json). Use `minor` or `major` instead of `patch` if needed (see [semver.org](http://semver.org/) for details).
Consider that non-`patch` releases will cause users to receive update notifications, so lean towards a `patch` release for platform-specific stuff.
See [lib/notification.js](https://github.com/OctoLinker/OctoLinker/blob/030859292f7ea4e8a3852a876707c22a6fe74d9a/lib/notification.js#L4).
- Open a [pull request](https://github.com/OctoLinker/OctoLinker/pulls) with the new version.
Expand Down

0 comments on commit 9fda080

Please sign in to comment.