-
-
Notifications
You must be signed in to change notification settings - Fork 12
Docs : analyzeCommits and generateNotes options #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Write the provided solution (semantic-release/semantic-release#426 (comment)) inside the readme
Docs: fix wrong json
README.md
Outdated
$ yarn add -D sr-commit-analyzer sr-release-notes-generator conventional-changelog-eslint | ||
``` | ||
|
||
Then, add this in your package.json : |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick: Can you highlight the package.json
?
`package.json`
README.md
Outdated
@@ -36,6 +36,33 @@ or if you already have an alias for sgc, use following instead: | |||
$ semantic-git-commit | |||
``` | |||
|
|||
### Configure sgc for the following semantic-release options : analyzeCommits and generateNotes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you change this to:
### usage with semantic-release
> Configure sgc for the following semantic-release options: `analyzeCommits` and `generateNotes`
Docs : changes requested by owner
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks a lot @jy95 👍 |
Write the provided solution (semantic-release/semantic-release#426 (comment)) inside the readme