Sha256: 71a904ae8d5d89ed9719f890fe80639638e8a433aa4dfec856189550f8329cf8

Contents?: true

Size: 656 Bytes

Versions: 61

Compression:

Stored size: 656 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 with the date
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. Build the new .gem from the updated .gemspec
  $ gem build shopify_api.gemspec
9. Publish the Gem to gemcutter
  $ gem push shopify_api-X.Y.Z.gem

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
shopify_api-6.0.0 RELEASING
shopify_api-5.2.4 RELEASING
shopify_api-5.2.3 RELEASING
shopify_api-5.2.2 RELEASING
shopify_api-5.2.1 RELEASING
shopify_api-5.2.0 RELEASING
shopify_api-5.1.0 RELEASING
shopify_api-5.0.0 RELEASING
shopify_api-4.13.0 RELEASING
shopify_api-4.12.0 RELEASING
shopify_api-4.11.0 RELEASING
shopify_api-4.10.0 RELEASING
shopify_api-4.9.1 RELEASING
shopify_api-4.9.0 RELEASING
shopify_api-4.8.0 RELEASING
shopify_api-4.7.1 RELEASING
shopify_api-4.7.0 RELEASING
shopify_api-4.6.0 RELEASING
shopify_api-4.5.0 RELEASING
shopify_api-4.4.0 RELEASING