File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11import scopes from '@commitlint/config-pnpm-scopes'
22
33export default {
4- extends : [
5- '@commitlint/config-conventional' ,
6- '@commitlint/config-pnpm-scopes'
7- ] ,
4+ extends : [ '@commitlint/config-conventional' , '@commitlint/config-pnpm-scopes' ] ,
85 rules : {
96 'body-max-line-length' : [ 0 ] ,
107 'header-max-length' : [ 0 ] ,
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ You can configure the bot's behavior through a pull request comment using the \`
2424| \`version\` | \`string\` | Force set specific version |
2525| \`as\` | \`'major' \\| 'minor' \\| 'patch' \\| 'prerelease'\` | Release type |
2626| \`prerelease\` | \`string\` | Pre-release identifier (e.g., "alpha", "beta") |
27- | \`byProject\` | \`Record<string, object>\` | Per-project bump options for monorepos |
2827| \`firstRelease\` | \`boolean\` | Whether this is the first release |
2928| \`skip\` | \`boolean\` | Skip version bump |
30- | \`force \` | \`boolean \` | Ignore that project is private |
29+ | \`byProject \` | \`Record<string, object> \` | Per-project bump options for monorepos |
3130
3231#### Publish
3332
3433| Parameter | Type | Description |
3534|-----------|------|-------------|
35+ | \`skip\` | \`boolean\` | Skip publishing |
3636| \`access\` | \`'public' \\| 'restricted'\` | Package access level |
3737| \`tag\` | \`string\` | Tag for npm publication |
3838
You can’t perform that action at this time.
0 commit comments