@npmcli/template-oss 3.7.0 → 3.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -62,6 +62,7 @@ const rootModule = {
62
62
  const workspaceRepo = {
63
63
  add: {
64
64
  ...releasePlease(true),
65
+ '.github/matchers/tap.json': 'tap.json',
65
66
  '.github/workflows/ci-{{pkgNameFs}}.yml': 'ci.yml',
66
67
  },
67
68
  rm: [
@@ -33,7 +33,6 @@ jobs:
33
33
  {{> setupGit}}
34
34
  {{> setupNode}}
35
35
  - name: Update PR $\{{ matrix.pr.number }} dependencies and commit
36
- if: steps.release.outputs.pr
37
36
  env:
38
37
  GITHUB_TOKEN: $\{{ secrets.GITHUB_TOKEN }}
39
38
  run: |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npmcli/template-oss",
3
- "version": "3.7.0",
3
+ "version": "3.7.1",
4
4
  "description": "templated files used in npm CLI team oss projects",
5
5
  "main": "lib/content/index.js",
6
6
  "bin": {