Skip to content

Commit 36acbe4

Browse files
ci: fix excluded paths for package "."
1 parent 744452b commit 36acbe4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

release-please-config.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,19 @@
2828
"release-type": "node",
2929
"changelog-path": "CHANGELOG.md",
3030
"include-v-in-tag": true,
31-
"exclude-paths": ["dapp", "deployment-dapp", "tests"]
31+
"exclude-paths": [
32+
".github",
33+
"dapp",
34+
"deployment-dapp",
35+
"tests",
36+
"demo",
37+
"technical-design"
38+
]
3239
},
3340
"dapp": {
3441
"release-type": "node",
3542
"changelog-path": "dapp/CHANGELOG.md",
36-
"include-v-in-tag": true,
37-
"exclude-paths": ["deployment-dapp", "tests"]
43+
"include-v-in-tag": true
3844
}
3945
}
4046
}

0 commit comments

Comments
 (0)