Sha256: e2573aad7d2ac9ed5dcd907987fbbf0b24dd70321417a12106e7e7644c5f7369

Contents?: true

Size: 933 Bytes

Versions: 2

Compression:

Stored size: 933 Bytes

Contents

# Releasing ShopifyApp

1. Make the code changes in a separate PR that doesn't modify the version.
1. After that is merged, check the Semantic Versioning page for info on how to version the new release: http://semver.org
1. Create a pull request with the following changes:
    - Update the version of ShopifyApp in lib/shopify_app/version.rb
    - Update the version of shopify_app in package.json
    - Run `bundle` to update `Gemfile.lock`
    - Add a CHANGELOG entry for the new release with the date
    - Change the title of the PR to something like: "Packaging for release X.Y.Z"
1. Merge your pull request
1. Checkout and pull from master so you have the latest version of the shopify_app
1. Tag the HEAD with the version
```bash
$ git tag -f vX.Y.Z && git push --tags --force
```
1. Use Shipit to build and push the gem

If you see an error like 'You need to create the vX.Y.X tag first', clear git
cache in Shipit settings

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shopify_app-17.0.0 docs/Releasing.md
shopify_app-16.1.0 docs/Releasing.md