Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
fix: update release-please to 14.17.5 (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzmyr authored Dec 8, 2022
1 parent ed61e76 commit 4da3bc1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"homepage": "https://github.com/bcoe/release-please-action#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"release-please": "^14.17.2"
"release-please": "^14.17.5"
},
"devDependencies": {
"@vercel/ncc": "^0.27.0",
Expand Down
1 change: 1 addition & 0 deletions test/release-please.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const nock = require('nock')
const { Manifest } = require('release-please/build/src/manifest')
// const { Node } = require('release-please/build/src/strategies/node')
// As defined in action.yml

const defaultInput = {
fork: 'false',
clean: 'true',
Expand Down

0 comments on commit 4da3bc1

Please sign in to comment.