Skip to content

Commit

Permalink
fix(cli): key in generated config
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Feb 25, 2024
1 parent f0bcf3f commit 220b46c
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions src/bin/release-it.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
{
"release-it": {
"plugins": {
"release-it-pnpm": {}
},
"git": {
"commitMessage": "chore: release v${version}"
},
"hooks": {
"before:init": [
"pnpm run lint",
"pnpm run typecheck",
"pnpm run test --run"
]
}
"plugins": {
"release-it-pnpm": {}
},
"git": {
"commitMessage": "chore: release v${version}"
},
"hooks": {
"before:init": [
"pnpm run lint",
"pnpm run typecheck",
"pnpm run test --run"
]
}
}

0 comments on commit 220b46c

Please sign in to comment.