|
8 | 8 | "changelog-path": "CHANGELOG.md", |
9 | 9 | "release-type": "simple", |
10 | 10 | "include-component-in-tag": true, |
11 | | - "include-v-in-tag": false, |
12 | | - "include-v-in-release-name": false, |
| 11 | + "include-v-in-tag": true, |
| 12 | + "include-v-in-release-name": true, |
13 | 13 | "always-update": true |
14 | 14 | }, |
15 | 15 | "actions/workflow-lint": { |
16 | 16 | "component": "workflow-lint", |
17 | 17 | "changelog-path": "CHANGELOG.md", |
18 | 18 | "release-type": "simple", |
19 | 19 | "include-component-in-tag": true, |
20 | | - "include-v-in-tag": false, |
21 | | - "include-v-in-release-name": false, |
| 20 | + "include-v-in-tag": true, |
| 21 | + "include-v-in-release-name": true, |
22 | 22 | "always-update": true |
23 | 23 | } |
24 | 24 | }, |
25 | 25 | "changelog-sections": [ |
26 | | - { "type": "feat", "section": "Features", "hidden": false }, |
27 | | - { "type": "fix", "section": "Bug Fixes", "hidden": false }, |
28 | | - { "type": "perf", "section": "Performance Improvements", "hidden": false }, |
29 | | - { "type": "revert", "section": "Reverts", "hidden": false }, |
30 | | - { "type": "docs", "section": "Documentation", "hidden": true }, |
31 | | - { "type": "refactor", "section": "Code Refactoring", "hidden": true }, |
32 | | - { "type": "test", "section": "Tests", "hidden": true }, |
33 | | - { "type": "build", "section": "Build System", "hidden": true }, |
34 | | - { "type": "ci", "section": "Continuous Integration", "hidden": true }, |
35 | | - { "type": "chore", "section": "Miscellaneous Chores", "hidden": true }, |
36 | | - { "type": "deps", "section": "Dependencies", "hidden": true } |
| 26 | + { |
| 27 | + "type": "feat", |
| 28 | + "section": "Features" |
| 29 | + }, |
| 30 | + { |
| 31 | + "type": "fix", |
| 32 | + "section": "Bug Fixes" |
| 33 | + }, |
| 34 | + { |
| 35 | + "type": "perf", |
| 36 | + "section": "Performance Improvements" |
| 37 | + }, |
| 38 | + { |
| 39 | + "type": "refactor", |
| 40 | + "section": "Code Refactoring" |
| 41 | + }, |
| 42 | + { |
| 43 | + "type": "revert", |
| 44 | + "section": "Reverts" |
| 45 | + }, |
| 46 | + { |
| 47 | + "type": "docs", |
| 48 | + "section": "Documentation" |
| 49 | + }, |
| 50 | + { |
| 51 | + "type": "style", |
| 52 | + "section": "Styles" |
| 53 | + }, |
| 54 | + { |
| 55 | + "type": "test", |
| 56 | + "section": "Tests" |
| 57 | + }, |
| 58 | + { |
| 59 | + "type": "build", |
| 60 | + "section": "Build System" |
| 61 | + }, |
| 62 | + { |
| 63 | + "type": "ci", |
| 64 | + "section": "Continuous Integration" |
| 65 | + }, |
| 66 | + { |
| 67 | + "type": "chore", |
| 68 | + "section": "Miscellaneous Chores" |
| 69 | + }, |
| 70 | + { |
| 71 | + "type": "deps", |
| 72 | + "section": "Dependencies" |
| 73 | + } |
37 | 74 | ] |
38 | 75 | } |
0 commit comments