Skip to content

Commit

Permalink
fix: version - 10
Browse files Browse the repository at this point in the history
  • Loading branch information
phondani0 committed Aug 11, 2024
1 parent 83f7e65 commit c5573bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ prepare:
- CHANGELOG.md
message: 'chore: bump version to ${nextRelease.version}'

# - path: "@semantic-release/exec"
# cmd: "git add package.json && git status && git commit -m 'Update package.json version to ${nextRelease.version}'"
- path: "@semantic-release/exec"
cmd: "git add . && git status && git commit -m 'Update package.json version to ${nextRelease.version}'"

- path: "@semantic-release/exec"
cmd: "cat package.json"
Expand Down

0 comments on commit c5573bf

Please sign in to comment.