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.