From c7e310b3401b7bc2474f7592e03295bffd3adf7c Mon Sep 17 00:00:00 2001 From: Arunavo Ray Date: Mon, 16 Jun 2025 00:35:48 +0530 Subject: [PATCH] updated instructions --- .claude/commands/new_release.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.claude/commands/new_release.md b/.claude/commands/new_release.md index 5c0b102..f38e4d5 100644 --- a/.claude/commands/new_release.md +++ b/.claude/commands/new_release.md @@ -1,3 +1,4 @@ Evaluate all the updates being made. -Make sure the user has clarified if its a major, minor or a patch release. -Update the package.json first before you push the tag. \ No newline at end of file +Update CHANGELOG.md +Use the chnages in the git log to determine if its a major, minor or a patch release. +Update the package.json first before you push the tag.