Skip to content

Commit ce977c4

Browse files
committed
fix: add tap matcher to workspaces
1 parent 678cb5a commit ce977c4

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

lib/content/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ const rootModule = {
6262
const workspaceRepo = {
6363
add: {
6464
...releasePlease(true),
65+
'.github/matchers/tap.json': 'tap.json',
6566
'.github/workflows/ci-{{pkgNameFs}}.yml': 'ci.yml',
6667
},
6768
rm: [

tap-snapshots/test/apply/index.js.test.cjs

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ package.json
3737
`
3838

3939
exports[`test/apply/index.js TAP workspaces > expect resolving Promise 1`] = `
40+
.github/matchers/tap.json
4041
.github/workflows/ci-d.yml
4142
.github/workflows/release-please.yml
4243
.release-please-manifest.json

tap-snapshots/test/check/index.js.test.cjs

+2
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ The following repo files need to be added:
173173
.github/workflows/release-please.yml
174174
.release-please-manifest.json
175175
release-please-config.json
176+
.github/matchers/tap.json
176177
.github/workflows/ci-name-aaaa.yml
177178
178179
To correct it: npx template-oss-apply --force
@@ -236,6 +237,7 @@ The following repo files need to be added:
236237
.github/workflows/release-please.yml
237238
.release-please-manifest.json
238239
release-please-config.json
240+
.github/matchers/tap.json
239241
.github/workflows/ci-bbb.yml
240242
241243
To correct it: npx template-oss-apply --force

0 commit comments

Comments
 (0)