Skip to content

Commit

Permalink
Change git config example in docs (closes #1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed May 8, 2024
1 parent 9d75efe commit 6df6656
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,12 @@ In case you need even more customizations, here is some inspiration:
```json
{
"git": {
"commitMessage": "chore(release): cut the v${version} release",
"push": false
},
"hooks": {
"after:git:release": "git push origin HEAD"
"after:bump": ["npm run build"],
"after:release": "git push origin HEAD"
}
}
```
Expand Down

0 comments on commit 6df6656

Please sign in to comment.