chore: add git add and git status commands to release script

This commit is contained in:
jdx 2025-07-17 13:52:11 +00:00
parent 050c972c30
commit 0c56699aa6
No known key found for this signature in database
GPG key ID: 584DADE86724B407

View file

@ -29,6 +29,9 @@ git config user.email 123107610+mise-en-dev@users.noreply.github.com
# Update package.json version
npm version "${version#v}" --no-git-tag-version
git add package.json package-lock.json
git status
# Create release branch and commit
git checkout -B release
git commit -m "chore: release $version"