Sha256: 31f812b060b43341d4f02f80914973ba7a5f490b37d98a357b060c6b87da27f3

Contents?: true

Size: 649 Bytes

Versions: 4

Compression:

Stored size: 649 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 shopify_api.gemspec
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

4 entries across 4 versions & 1 rubygems

Version Path
shopify_api-2.3.0 RELEASING
shopify_api-2.2.0 RELEASING
shopify_api-2.1.0 RELEASING
shopify_api-2.0.0 RELEASING