|
1 | 1 | { |
| 2 | + "extends": "semantic-release-monorepo", |
2 | 3 | "branches": [ |
3 | 4 | "main", |
4 | 5 | { |
|
9 | 10 | "repositoryUrl": "https://github.com/wataruoguchi/emmett-libs", |
10 | 11 | "plugins": [ |
11 | 12 | [ |
12 | | - "semantic-release-monorepo", |
| 13 | + "@semantic-release/commit-analyzer", |
13 | 14 | { |
14 | | - "analyzeCommits": [ |
15 | | - "@semantic-release/commit-analyzer", |
16 | | - { |
17 | | - "preset": "conventionalcommits", |
18 | | - "releaseRules": [ |
19 | | - { "type": "feat", "release": "minor" }, |
20 | | - { "type": "fix", "release": "patch" }, |
21 | | - { "type": "perf", "release": "patch" }, |
22 | | - { "type": "revert", "release": "patch" }, |
23 | | - { "type": "docs", "scope": "readme", "release": "patch" }, |
24 | | - { "type": "refactor", "release": "patch" }, |
25 | | - { "type": "style", "release": false }, |
26 | | - { "type": "chore", "release": false }, |
27 | | - { "type": "test", "release": false }, |
28 | | - { "type": "build", "release": false }, |
29 | | - { "type": "ci", "release": false } |
30 | | - ], |
31 | | - "parserOpts": { |
32 | | - "noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"] |
33 | | - } |
34 | | - } |
| 15 | + "preset": "conventionalcommits", |
| 16 | + "releaseRules": [ |
| 17 | + { "type": "feat", "release": "minor" }, |
| 18 | + { "type": "fix", "release": "patch" }, |
| 19 | + { "type": "perf", "release": "patch" }, |
| 20 | + { "type": "revert", "release": "patch" }, |
| 21 | + { "type": "docs", "scope": "readme", "release": "patch" }, |
| 22 | + { "type": "refactor", "release": "patch" }, |
| 23 | + { "type": "style", "release": false }, |
| 24 | + { "type": "chore", "release": false }, |
| 25 | + { "type": "test", "release": false }, |
| 26 | + { "type": "build", "release": false }, |
| 27 | + { "type": "ci", "release": false } |
35 | 28 | ], |
36 | | - "generateNotes": [ |
37 | | - "@semantic-release/release-notes-generator", |
38 | | - { |
39 | | - "preset": "conventionalcommits", |
40 | | - "presetConfig": { |
41 | | - "types": [ |
42 | | - { "type": "feat", "section": "Features" }, |
43 | | - { "type": "fix", "section": "Bug Fixes" }, |
44 | | - { "type": "perf", "section": "Performance Improvements" }, |
45 | | - { "type": "revert", "section": "Reverts" }, |
46 | | - { "type": "docs", "hidden": false } |
47 | | - ] |
48 | | - } |
49 | | - } |
50 | | - ] |
| 29 | + "parserOpts": { |
| 30 | + "noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"] |
| 31 | + } |
| 32 | + } |
| 33 | + ], |
| 34 | + [ |
| 35 | + "@semantic-release/release-notes-generator", |
| 36 | + { |
| 37 | + "preset": "conventionalcommits", |
| 38 | + "presetConfig": { |
| 39 | + "types": [ |
| 40 | + { "type": "feat", "section": "Features" }, |
| 41 | + { "type": "fix", "section": "Bug Fixes" }, |
| 42 | + { "type": "perf", "section": "Performance Improvements" }, |
| 43 | + { "type": "revert", "section": "Reverts" }, |
| 44 | + { "type": "docs", "hidden": false } |
| 45 | + ] |
| 46 | + } |
51 | 47 | } |
52 | 48 | ], |
53 | 49 | [ |
|
0 commit comments