mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-14 13:50:33 +00:00
chore: add git add and git status commands to release script
This commit is contained in:
parent
050c972c30
commit
0c56699aa6
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue