Skip to content

Commit f1aeac8

Browse files
authored
chore: ignore e2e-report for releases (#507)
1 parent e9a0901 commit f1aeac8

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.release-please-manifest.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "5.3.0"
3+
}

release-please-config.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"packages": {
3+
".": {
4+
"exclude-paths": ["e2e-report"],
5+
"include-component-in-tag": false
6+
}
7+
},
8+
"plugins": ["node-workspace"]
9+
}

0 commit comments

Comments
 (0)