Sha256: 90d46fad93ed5787d3736343771bab627da92b64aa917270e274f19108e8f07e
Contents?: true
Size: 822 Bytes
Versions: 6
Compression:
Stored size: 822 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. Run `bundle` 4. Add a CHANGELOG entry for the new release 5. Commit the changes with a commit message like "Packaging for release X.Y.Z" 6. Tag the release with the version (Leave REV blank for HEAD or provide a SHA) $ git tag vX.Y.Z REV 7. Push out the changes $ git push 8. Push out the tags $ git push --tags 9. Publish the gem using Shipit 10. Consider if the dependency in Shopify/shopify needs updated. It's used only by the tests so is a low risk change. Also consider Shopify/shopify_app whose gemspec depends on this. We don't need to do this for every release, but we should try to keep them relatively up to date.
Version data entries
6 entries across 6 versions & 2 rubygems
Version | Path |
---|---|
ruby_shopify_api-1.0.0 | RELEASING |
shopify_api-9.5.1 | RELEASING |
shopify_api-9.5 | RELEASING |
shopify_api-9.4.1 | RELEASING |
shopify_api-9.4.0 | RELEASING |
shopify_api-9.3.0 | RELEASING |