Skip to content

Commit

Permalink
fix: release prompt info
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Apr 14, 2024
1 parent d0882bc commit 3598d9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"./src/index.js": {}
},
"git": {
"commitMessage": "chore: release ${version}"
"commitMessage": "chore: release ${version}",
"tagName": "${version}"
},
"hooks": {
"before:init": [
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const prompts = {
},
release: {
type: 'confirm',
message: () => 'Are you sure you want to create a new release on GitHub? (npx changelogithub)',
message: () => 'Are you sure you want to create a new release on GitHub? (npx @hyoban/changelogithub)',
},
}

Expand Down

0 comments on commit 3598d9c

Please sign in to comment.