Skip to content

Commit

Permalink
Merge pull request #74 from Shopify/andy/clarify-release-instructions
Browse files Browse the repository at this point in the history
Clarify release instructions
  • Loading branch information
andyw8 authored Sep 4, 2020
2 parents 92f7285 + 1b03cb6 commit e386d20
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,12 @@ This information is for project maintainers:

Instructions

- Use [`npm version`](https://docs.npmjs.com/cli/version) to update the version.
- Commit and push the changes.
- Release to npmjs.com by triggering a Shipit deploy
- Create a release on GitHub (Shipit will tag the release automatically).
- Use [`npm version <major|minor|patch>`](https://docs.npmjs.com/cli/version) to update the version in `package.json` and `package-lock.json`.
- Push the changes and the tag with `git push --follow-tags`
- Open new PR corresponding to the new release, and merge once approved.
- Release to npmjs.com by triggering a Shipit deploy of the master branch.
- Visit https://www.npmjs.com/package/@shopify/themekit to confirm the new version is listed.
- Create a release on GitHub.

## License

Expand Down

0 comments on commit e386d20

Please sign in to comment.