Skip to content

Commit 29e6e02

Browse files
committed
deps: bump sentry/node
1 parent 9eefef7 commit 29e6e02

File tree

3 files changed

+386
-474
lines changed

3 files changed

+386
-474
lines changed

.github/release-please-config.json

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,25 @@
55
"release-type": "node",
66
"include-v-in-tag": true,
77
"include-component-in-tag": false,
8-
"pull-request-title-pattern": "v${version}"
8+
"pull-request-title-pattern": "v${version}",
9+
"pull-request-header": "",
10+
"pull-request-footer": ""
911
}
1012
},
1113
"changelog-sections": [
12-
{ "section": "Features", "type": "feat" },
13-
{ "section": "Dependency updates", "type": "deps" },
14-
{ "section": "Documentation", "type": "docs" },
15-
{ "section": "Maintenance", "type": "build" },
16-
{ "section": "Maintenance", "type": "chore" },
17-
{ "section": "Maintenance", "type": "ci" },
18-
{ "section": "Refactors", "type": "refactor" },
19-
{ "section": "Styles", "type": "style" },
20-
{ "section": "Tests", "type": "test", "hidden": true }
14+
{ "type": "feat", "section": "Features" },
15+
{ "type": "fix", "section": "Bug Fixes" },
16+
{ "type": "perf", "section": "Performance Improvements" },
17+
{ "type": "deps", "section": "Dependency updates" },
18+
{ "type": "docs", "section": "Documentation" },
19+
{ "type": "ci", "section": "Maintenance" },
20+
{ "type": "build", "section": "Maintenance" },
21+
{ "type": "chore", "section": "Maintenance" },
22+
{ "type": "revert", "section": "Maintenance" },
23+
{ "type": "security", "section": "Security" },
24+
{ "type": "refactor", "section": "Refactors" },
25+
{ "type": "test", "section": "Tests" },
26+
{ "type": "style", "section": "Code Style", "hidden": true },
27+
{ "type": "examples", "section": "Examples", "hidden": true }
2128
]
2229
}

0 commit comments

Comments
 (0)