|
1 | 1 | { |
2 | | - "$schema": "https://unpkg.com/release-it@17.10.0/schema/release-it.json", |
3 | | - "git": { |
4 | | - "commitMessage": "chore: release v${version}" |
5 | | - }, |
6 | | - "npm": { |
7 | | - "publish": false |
8 | | - }, |
9 | | - "github": { |
10 | | - "release": false |
11 | | - }, |
12 | | - "gitlab": { |
13 | | - "release": true |
14 | | - }, |
15 | | - "plugins": { |
16 | | - "@release-it/conventional-changelog": { |
17 | | - "preset": { |
18 | | - "name": "conventionalcommits", |
19 | | - "types": [ |
20 | | - { "type": "feat", "section": "Features" }, |
21 | | - { "type": "fix", "section": "Bug Fixes" }, |
22 | | - { "type": "perf", "section": "Performance Updates" }, |
23 | | - { "type": "refactor", "section": "Refactors" }, |
24 | | - { "type": "style", "section": "Stylistic Updates" }, |
25 | | - { "type": "chore", "section": "Chores" }, |
26 | | - { "type": "docs", "section": "Documentation" }, |
27 | | - { "type": "test", "section": "Tests" }, |
28 | | - { "type": "build", "section": "Build System" }, |
29 | | - { "type": "ci", "section": "CI/CD" }, |
30 | | - { "type": "revert", "section": "Reverts" } |
31 | | - ] |
32 | | - }, |
33 | | - "infile": "CHANGELOG.md" |
34 | | - } |
35 | | - } |
| 2 | + "$schema": "https://unpkg.com/release-it@17.10.0/schema/release-it.json", |
| 3 | + "git": { |
| 4 | + "commitMessage": "chore: release v${version}" |
| 5 | + }, |
| 6 | + "npm": { |
| 7 | + "publish": false |
| 8 | + }, |
| 9 | + "github": { |
| 10 | + "release": false |
| 11 | + }, |
| 12 | + "gitlab": { |
| 13 | + "release": true |
| 14 | + }, |
| 15 | + "plugins": { |
| 16 | + "@release-it/conventional-changelog": { |
| 17 | + "preset": { |
| 18 | + "name": "conventionalcommits", |
| 19 | + "types": [ |
| 20 | + { "type": "feat", "section": "Features" }, |
| 21 | + { "type": "fix", "section": "Bug Fixes" }, |
| 22 | + { "type": "perf", "section": "Performance Updates" }, |
| 23 | + { "type": "refactor", "section": "Refactors" }, |
| 24 | + { "type": "style", "section": "Stylistic Updates" }, |
| 25 | + { "type": "chore", "section": "Chores" }, |
| 26 | + { "type": "docs", "section": "Documentation" }, |
| 27 | + { "type": "test", "section": "Tests" }, |
| 28 | + { "type": "build", "section": "Build System" }, |
| 29 | + { "type": "ci", "section": "CI/CD" }, |
| 30 | + { "type": "revert", "section": "Reverts" } |
| 31 | + ] |
| 32 | + }, |
| 33 | + "infile": "CHANGELOG.md" |
| 34 | + } |
| 35 | + } |
36 | 36 | } |
0 commit comments