We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a3c70 commit 40cf53aCopy full SHA for 40cf53a
1 file changed
.release-please-config.json
@@ -11,14 +11,14 @@
11
"pull-request-title-pattern": "chore: ${version}",
12
"include-component-in-tag": false,
13
"separate-pull-requests": true,
14
- "extra-files": [
15
- "lib/src/version.dart"
16
- ],
17
"packages": {
18
".": {
19
"release-type": "dart",
20
"changelog-path": "CHANGELOG.md",
21
"version-file": "pubspec.yaml",
+ "extra-files": [
+ "lib/src/version.dart"
+ ],
22
"exclude-paths": [
23
"site"
24
]
0 commit comments