소스 검색

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 년 전
부모
커밋
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.