Просмотр исходного кода

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 лет назад
Родитель
Сommit
6c93dc082b
1 измененных файлов с 3 добавлено и 0 удалено
  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.