From 7d0bd52f7ac6ede005fc57edd23e33fea564f5f4 Mon Sep 17 00:00:00 2001 From: patroswastik Date: Sun, 13 Apr 2025 06:43:39 -0500 Subject: [PATCH] Changeset updated with relevant description of the fix Signed-off-by: patroswastik --- .changeset/rich-phones-whisper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/rich-phones-whisper.md b/.changeset/rich-phones-whisper.md index c27b6de2f8..31d4bdb57f 100644 --- a/.changeset/rich-phones-whisper.md +++ b/.changeset/rich-phones-whisper.md @@ -2,4 +2,4 @@ '@backstage/repo-tools': minor --- -Checking through router.ts files of the packages if they exist and looking for deprecated tag inside it. If exists then only the message will appear +Checking up the files where createRouter has been declared and check if @deprecated tag exists. If it does not exist then only the message will appear.