Skip to content

Commit

Permalink
fix: add version to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
crherman7 committed May 22, 2024
1 parent 403b47d commit 6ce0339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"hooks": {
"before:init": "scripts/remove-workspace",
"after:release": "scripts/restore-workspace && git add -A && git commit -m \"chore: release\" && git push"
"after:release": "scripts/restore-workspace && git add -A && git commit -m \"chore: release v${version}\" && git push"
}
},
"source": "src/react-native/index",
Expand Down

0 comments on commit 6ce0339

Please sign in to comment.