From d5f641002cd1580a615d1b55a07ed97752252b8a Mon Sep 17 00:00:00 2001 From: euglena1215 Date: Sun, 3 Dec 2023 09:06:59 +0900 Subject: [PATCH] Rename deprecated_references.yml to package_todo.yml Since packwerk 2.3.0, deprecated_references.yml has been renamed to package_todo.yml. https://github.com/Shopify/packwerk/pull/242 Therefore, packs-rails needs to be renamed as well to avoid confusion for new packwerk users. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d3a1f1..f0b666a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ app/ # Unpackaged code packs/ my_domain/ package.yml # See the packwerk docs for more info - deprecated_references.yml # See the packwerk docs for more info + package_todo.yml # See the packwerk docs for more info app/ public/ # Recommended location for public API my_domain.rb # creates the primary namespaces