Skip to content

Commit 6f4b847

Browse files
dependabot[bot]npm-cli-botnlf
authored
chore: bump @npmcli/template-oss from 4.12.1 to 4.13.0 (#15)
* chore: bump @npmcli/template-oss from 4.12.1 to 4.13.0 Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.12.1 to 4.13.0. - [Release notes](https://github.com/npm/template-oss/releases) - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md) - [Commits](npm/template-oss@v4.12.1...v4.13.0) --- updated-dependencies: - dependency-name: "@npmcli/template-oss" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: postinstall for dependabot template-oss PR * chore: postinstall for dependabot template-oss PR --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: npm CLI robot <[email protected]> Co-authored-by: nlf <[email protected]>
1 parent 11311d8 commit 6f4b847

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
RELEASE_COMMENT_ID: ${{ needs.release.outputs.comment-id }}
172172
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
173173
run: |
174-
npm exec --offline -- template-oss-release-manager --lockfile=false
174+
npm exec --offline -- template-oss-release-manager --lockfile=false --publish=false
175175
npm run rp-pull-request --ignore-scripts --if-present
176176
- name: Commit
177177
id: commit

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"license": "MIT",
2929
"devDependencies": {
3030
"@npmcli/eslint-config": "^4.0.0",
31-
"@npmcli/template-oss": "4.12.1",
31+
"@npmcli/template-oss": "4.13.0",
3232
"tap": "^16.3.0"
3333
},
3434
"tap": {
@@ -43,6 +43,6 @@
4343
},
4444
"templateOSS": {
4545
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
46-
"version": "4.12.1"
46+
"version": "4.13.0"
4747
}
4848
}

0 commit comments

Comments
 (0)