We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2517be2 commit 0e411d1Copy full SHA for 0e411d1
1 file changed
release-please-config.json
@@ -3,6 +3,19 @@
3
"bump-minor-pre-major": true,
4
"bump-patch-for-minor-pre-major": true,
5
"include-component-in-tag": true,
6
+ "changelog-sections": [
7
+ { "type": "feat", "section": "Features" },
8
+ { "type": "fix", "section": "Bug Fixes" },
9
+ { "type": "perf", "section": "Performance Improvements" },
10
+ { "type": "revert", "section": "Reverts" },
11
+ { "type": "docs", "section": "Documentation" },
12
+ { "type": "chore", "section": "Miscellaneous" },
13
+ { "type": "refactor", "section": "Code Refactoring" },
14
+ { "type": "style", "section": "Styles" },
15
+ { "type": "test", "section": "Tests" },
16
+ { "type": "build", "section": "Build System" },
17
+ { "type": "ci", "section": "Continuous Integration", "hidden": true }
18
+ ],
19
"packages": {
20
"crates/ans-types": {
21
"release-type": "rust",
@@ -22,4 +35,4 @@
22
35
"type": "cargo-workspace"
23
36
}
24
37
]
25
-}
38
+}
0 commit comments