Sha256: 5512bd7674d07dc83a4daf5074b711df6ceed366c62cd016405ca15e7092e307

Contents?: true

Size: 525 Bytes

Versions: 13

Compression:

Stored size: 525 Bytes

Contents

Releasing ShopifyAPI

1. Check the Semantic Versioning page for info on how to version the new release: http://semver.org
2. Update the version of ShopifyAPI in lib/shopify_api/version.rb
3. Add a CHANGELOG entry for the new release
4. Commit the changes with a commit message like "Packaging for release X.Y.Z"
5. Tag the release with the version (Leave REV blank for HEAD or provide a SHA)
  $ git tag vX.Y.Z REV
6. Push out the changes
  $ git push
7. Push out the tags
  $ git push --tags
8. Publish the gem using Shipit

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
shopify_api-9.2.0 RELEASING
shopify_api-9.1.0 RELEASING
shopify_api-9.0.4 RELEASING
shopify_api-9.0.3 RELEASING
shopify_api-9.0.2 RELEASING
shopify_api-9.0.1 RELEASING
shopify_api-9.0.0 RELEASING
shopify_api-8.1.0 RELEASING
shopify_api-8.0.0 RELEASING
shopify_api-7.1.0 RELEASING
shopify_api-7.0.2 RELEASING
shopify_api-7.0.1 RELEASING
shopify_api-7.0.0 RELEASING