Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 800 Bytes

Releasing.md

File metadata and controls

18 lines (16 loc) · 800 Bytes

Releasing ShopifyApp

  1. Check the Semantic Versioning page for info on how to version the new release: http:https://semver.org
  2. Create a pull request with the following changes:
  • Update the version of ShopifyApp in lib/shopify_app/version.rb
  • Update the version in package.json
  • Add a CHANGELOG entry for the new release with the date
  • Change the title of the PR to something like: "Packaging for release X.Y.Z"
  1. Merge your pull request
  2. Pull from master so you have the latest version of the shopify_app
  3. Tag the HEAD with the version (Leave REV blank for HEAD or provide a SHA) $ git tag vX.Y.Z
  4. Push out your tags $ git push --tags
  5. Use Shipit to build and push the gem

If you see an error like 'You need to create the vX.Y.X tag first', clear GIT cache in Shipit settings