Skip to content

Commit b4673e7

Browse files
authored
chore: ignore tests for releases and update release please github action conf (#513)
* chore: ignore more directories for releases * chore: don't use additional flags when configuring release please github action as it seems to not use config file then
1 parent 0af0474 commit b4673e7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release-please.yml

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
id: release
1717
with:
1818
token: ${{ steps.get-token.outputs.token }}
19-
release-type: node
20-
package-name: '@netlify/plugin-nextjs'
2119
- uses: actions/checkout@v4
2220
if: ${{ steps.release.outputs.release_created }}
2321
- uses: actions/setup-node@v4

release-please-config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages": {
33
".": {
4-
"exclude-paths": ["e2e-report"],
4+
"exclude-paths": ["e2e-report", "tests", "tools", "turbofan"],
55
"include-component-in-tag": false
66
}
77
},

0 commit comments

Comments
 (0)