Skip to content

Commit

Permalink
refactor(cli): example to escape sequence (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera authored Oct 10, 2023
1 parent 4e92f4e commit f2a0d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const {
type: 'array'
})
.option('release-desc', {
describe: 'Add a description under the release version header copy. Example, " BREAKING CHANGES"',
describe: 'Add a description under the release version header copy. Example, "\u26A0 BREAKING CHANGES"',
type: 'string'
})
.option('remote-url', {
Expand Down

0 comments on commit f2a0d06

Please sign in to comment.