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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ pnpm release
86
86
87
87
| Options | Description | Default |
88
88
|---------|-------------|---------|
89
-
| titleRegExp | Regular expression to find release title in changelog. Must contain capture group, which will be used to detect release version. As fallback, version will read from package.json. |`/^#+ \[([^\]]*\d+\.\d+\.\d+[^\]]*)\]/`|
89
+
| titleRegExp | Regular expression to find release title in changelog. Must contain capture group, which will be used to detect release version. As fallback, version will read from package.json. |not required|
90
90
| includeTitle | Include release title into release notes. |`false`|
91
91
| remoteUrl | GitHub repository remote url. | From local environment. |
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
0 commit comments