We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c57d1 commit 3721596Copy full SHA for 3721596
README.md
@@ -36,7 +36,9 @@ or if you already have an alias for sgc, use following instead:
36
$ semantic-git-commit
37
```
38
39
-### Configure sgc for the following semantic-release options : analyzeCommits and generateNotes
+### usage with semantic-release
40
+
41
+> Configure sgc for the following semantic-release options: `analyzeCommits` and `generateNotes`
42
43
First step, install the following plugins with
44
```sh
@@ -47,7 +49,7 @@ or
47
49
$ yarn add -D sr-commit-analyzer sr-release-notes-generator conventional-changelog-eslint
48
50
51
-Then, add this in your package.json :
52
+Then, add this in your `package.json` :
53
```json
54
{
55
"release": {
0 commit comments