|
3 | 3 | "main" |
4 | 4 | ], |
5 | 5 | "repositoryUrl": "https://github.com/finos/architecture-as-code", |
6 | | - "tagFormat": "cli-v${version}", |
| 6 | + "tagFormat": "${version}", |
| 7 | + "ci": true, |
| 8 | + "dryRun": false, |
7 | 9 | "plugins": [ |
8 | 10 | [ |
9 | 11 | "@semantic-release/commit-analyzer", |
|
20 | 22 | { "type": "test", "scope": "cli", "release": false }, |
21 | 23 | { "type": "style", "scope": "cli", "release": false }, |
22 | 24 | { "type": "ci", "scope": "cli", "release": false }, |
23 | | - { "scope": "!cli", "release": false } |
24 | | - ] |
| 25 | + { "type": "feat", "scope": "shared", "release": "minor" }, |
| 26 | + { "type": "fix", "scope": "shared", "release": "patch" }, |
| 27 | + { "type": "perf", "scope": "shared", "release": "patch" }, |
| 28 | + { "type": "revert", "scope": "shared", "release": "patch" }, |
| 29 | + { "type": "docs", "scope": "shared", "release": "patch" }, |
| 30 | + { "type": "chore", "scope": "shared", "release": false }, |
| 31 | + { "type": "refactor", "scope": "shared", "release": "patch" }, |
| 32 | + { "type": "test", "scope": "shared", "release": false }, |
| 33 | + { "type": "style", "scope": "shared", "release": false }, |
| 34 | + { "type": "ci", "scope": "shared", "release": false }, |
| 35 | + { "type": "feat", "scope": "calm-models", "release": "minor" }, |
| 36 | + { "type": "fix", "scope": "calm-models", "release": "patch" }, |
| 37 | + { "type": "perf", "scope": "calm-models", "release": "patch" }, |
| 38 | + { "type": "revert", "scope": "calm-models", "release": "patch" }, |
| 39 | + { "type": "docs", "scope": "calm-models", "release": "patch" }, |
| 40 | + { "type": "chore", "scope": "calm-models", "release": false }, |
| 41 | + { "type": "refactor", "scope": "calm-models", "release": "patch" }, |
| 42 | + { "type": "test", "scope": "calm-models", "release": false }, |
| 43 | + { "type": "style", "scope": "calm-models", "release": false }, |
| 44 | + { "type": "ci", "scope": "calm-models", "release": false }, |
| 45 | + { "scope": "!(cli|shared|calm-models)", "release": false }, |
| 46 | + { "type": "feat", "release": "minor" }, |
| 47 | + { "type": "fix", "release": "patch" }, |
| 48 | + { "type": "perf", "release": "patch" }, |
| 49 | + { "type": "revert", "release": "patch" } |
| 50 | + ], |
| 51 | + "parserOpts": { |
| 52 | + "noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"] |
| 53 | + }, |
| 54 | + "transform": { |
| 55 | + "cli/**": { "scope": "cli" }, |
| 56 | + "shared/**": { "scope": "shared" }, |
| 57 | + "calm-models/**": { "scope": "calm-models" } |
| 58 | + } |
25 | 59 | } |
26 | 60 | ], |
27 | 61 | [ |
|
0 commit comments