Skip to content

Commit 40cf53a

Browse files
fix: exclude site releases from CLI (#1500)
1 parent c3a3c70 commit 40cf53a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.release-please-config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"pull-request-title-pattern": "chore: ${version}",
1212
"include-component-in-tag": false,
1313
"separate-pull-requests": true,
14-
"extra-files": [
15-
"lib/src/version.dart"
16-
],
1714
"packages": {
1815
".": {
1916
"release-type": "dart",
2017
"changelog-path": "CHANGELOG.md",
2118
"version-file": "pubspec.yaml",
19+
"extra-files": [
20+
"lib/src/version.dart"
21+
],
2222
"exclude-paths": [
2323
"site"
2424
]

0 commit comments

Comments
 (0)