Skip to content

Commit 82ed916

Browse files
committed
fix(github): edit useful parameters in the cheatsheet
1 parent aff3998 commit 82ed916

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.commitlintrc.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
import scopes from '@commitlint/config-pnpm-scopes'
22

33
export 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],

packages/github/src/cheatsheet.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)