Skip to content

Commit

Permalink
✏️ chore: change description of changelog command
Browse files Browse the repository at this point in the history
Signed-off-by: Inter <[email protected]>
  • Loading branch information
inttter committed Feb 10, 2024
1 parent b6b37a0 commit f5bc88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ program
program
.command('changelog')
.alias('release')
.description('Opens a link to the latest changelog/release in your browser.')
.description('Opens a link to the latest release with it\'s changelog in your browser.')
.action(async () => {
console.log()
const spinner = ora({
Expand Down

0 comments on commit f5bc88c

Please sign in to comment.