Prechádzať zdrojové kódy

Add note about keeping Shopify/shopify up to date (#816)

* Add note about keeping Shopify/shopify up to date

* Add shopify_app

* Clarify

* Wording
Andy Waite 4 rokov pred
rodič
commit
6c93dc082b
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  1. 3 0
      RELEASING

+ 3 - 0
RELEASING

@@ -11,3 +11,6 @@ Releasing ShopifyAPI
 7. Push out the tags
   $ git push --tags
 8. Publish the gem using Shipit
+9. 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.