Sha256: 8df642f35c1c8fe63b00efe02054f7b8dbe03c340bc36b092d2ea206922ef482
Contents?: true
Size: 547 Bytes
Versions: 19
Compression:
Stored size: 547 Bytes
Contents
Releasing ShopifyApp 1. Check the Semantic Versioning page for info on how to version the new release: http://semver.org 2. Update the version of ShopifyApp in lib/shopify_app/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. Use Shipit to build and push the gem
Version data entries
19 entries across 19 versions & 1 rubygems