Skip to content

Commit

Permalink
fix(conventional-changelog-cli): fix link for option prompt (#1159)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnett617 committed Oct 25, 2023
1 parent eb3ab7b commit 7e51c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/conventional-changelog-cli/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const cli = meow(`
Default: false
-n, --config A filepath of your config script
Example of a config script: https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-cli/test/fixtures/config.js
Example of a config script: https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-cli/test/fixtures/config.cjs
-c, --context A filepath of a json that is used to define template variables
-l, --lerna-package Generate a changelog for a specific lerna package (:pkg-name@1.0.0)
Expand Down

0 comments on commit 7e51c6d

Please sign in to comment.