Sha256: 44d2b1a0390d4243aa7ffc9f24c6293bc6487f4008b368b02b56aa4207f2e7b7

Contents?: true

Size: 815 Bytes

Versions: 6

Compression:

Stored size: 815 Bytes

Contents

Releasing ShopifyApp

1. Check the Semantic Versioning page for info on how to version the new release: http://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 of shopify_app 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"
3. Merge your pull request
4. Pull from master so you have the latest version of the shopify_app
5. Tag the HEAD with the version (Leave REV blank for HEAD or provide a SHA)
  $ git tag vX.Y.Z
6. Push out your tags
  $ git push --tags
7. 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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
shopify_app-14.0.0 docs/Releasing.md
shopify_app-13.5.0 docs/Releasing.md
shopify_app-13.4.1 docs/Releasing.md
shopify_app-13.4.0 docs/Releasing.md
shopify_app-13.3.0 docs/Releasing.md
shopify_app-13.2.0 docs/Releasing.md