You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -94,19 +94,21 @@ You can configure `standard-version` either by:
94
94
Any of the command line parameters accepted by `standard-version` can instead
95
95
be provided via configuration. Please refer to the [conventional-changelog-config-spec](https://github.com/conventional-changelog/conventional-changelog-config-spec/) for details on available configuration options.
96
96
97
-
As an example, suppose you're using GitLab, rather than GitHub, you might modify the following variables:
97
+
### Customizing CHANGELOG Generation
98
+
99
+
By default (as of `6.0.0`), `standard-version` uses the [conventionalcommits preset](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-conventionalcommits).
100
+
101
+
This preset adheres closely to the [conventionalcommits.org](https://www.conventionalcommits.org) specification.
102
+
103
+
Suppose you're using GitLab, rather than GitHub, you might modify the following variables:
98
104
99
105
*`commitUrlFormat`: the URL format of commit SHAs detected in commit messages.
100
106
*`compareUrlFormat`: the URL format used to compare two tags.
101
107
*`issueUrlFormat`: the URL format used to link to issues.
102
108
103
109
Making these URLs match GitLab's format, rather than GitHub's.
104
110
105
-
### Customizing CHANGELOG Generation further
106
-
107
-
By default (as of `6.0.0`), `standard-version` uses the [conventionalcommits preset](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-conventionalcommits).
108
-
109
-
This preset adheres closely to the [conventionalcommits.org](https://www.conventionalcommits.org) specification.
111
+
### Deeper customization
110
112
111
113
You can override both [parser](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-commits-parser) and [writer](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-writer) options (they will be merged into the preset we just mentioned). As an example, to list commits in the order that they were committed:
0 commit comments