chore(deps-dev): apply updates
[poolifier.git] / .github / release-please / config.json
CommitLineData
4c7e68aa
JB
1{
2 "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3 "release-type": "node",
4 "bump-minor-pre-major": true,
5 "bump-patch-for-minor-pre-major": true,
6 "include-component-in-tag": false,
7 "include-v-in-tag": true,
8 "packages": {
9 ".": {
10 "extra-files": [
11 {
12 "type": "json",
13 "path": "jsr.json",
14 "jsonpath": "$.version"
15 },
16 "sonar-project.properties",
17 "src/pools/version.ts"
18 ]
19 }
20 },
21 "changelog-sections": [
22 { "type": "feat", "section": "🚀 Features", "hidden": false },
c70af8b5 23 { "type": "fix", "section": "🐞 Bug Fixes", "hidden": false },
c70af8b5 24 { "type": "perf", "section": "⚡ Performance", "hidden": false },
4c7e68aa 25 { "type": "refactor", "section": "✨ Polish", "hidden": false },
f8231b06
JB
26 { "type": "test", "section": "🧪 Tests", "hidden": false },
27 { "type": "docs", "section": "📚 Documentation", "hidden": false },
4c7e68aa
JB
28
29 { "type": "build", "section": "🤖 Automation", "hidden": false },
f8231b06
JB
30 { "type": "ci", "section": "🤖 Automation", "hidden": true },
31
32 { "type": "chore", "section": "🧹 Chores", "hidden": true }
4c7e68aa
JB
33 ]
34}