-
Notifications
You must be signed in to change notification settings - Fork 236
Expand file tree
/
Copy path.release-please-config.json
More file actions
31 lines (31 loc) · 984 Bytes
/
.release-please-config.json
File metadata and controls
31 lines (31 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "refactor","section": "Refactors" },
{ "type": "chore", "section": "Miscellaneous Chores" },
{ "type": "docs", "section": "Docs" }
],
"pull-request-header": ":rotating_light: There are changes ready for release :rocket:\n\nℹ Merge this PR once the team confirms the release is ready.\n",
"pull-request-title-pattern": "chore: ${version}",
"include-component-in-tag": false,
"extra-files": [
"lib/src/version.dart"
],
"packages": {
".": {
"release-type": "dart",
"changelog-path": "CHANGELOG.md",
"version-file": "pubspec.yaml"
}
},
"exclude-paths": [
".github",
"site",
".release-please-manifest.json",
".release-please-config.json",
"CONTRIBUTING.md",
"tool"
]
}