Files
release-please-action/package.json
dependabot[bot] fe3f4f7d68 fix: bump release-please from 13.16.3 to 13.16.4 (#488)
Bumps [release-please](https://github.com/googleapis/release-please) from 13.16.3 to 13.16.4.
- [Release notes](https://github.com/googleapis/release-please/releases)
- [Changelog](https://github.com/googleapis/release-please/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/release-please/compare/v13.16.3...v13.16.4)

---
updated-dependencies:
- dependency-name: release-please
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-18 09:08:02 -07:00

43 lines
1007 B
JSON

{
"name": "release-please-action",
"private": true,
"version": "3.2.3",
"description": "automated releases based on conventional commits",
"main": "index.js",
"scripts": {
"test": "c8 mocha test/*.js",
"posttest": "standard",
"fix": "standard --fix",
"build": "ncc build index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bcoe/release-please-action.git"
},
"keywords": [
"release-please",
"action"
],
"author": "Ben Coe <bencoe@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bcoe/release-please-action/issues"
},
"homepage": "https://github.com/bcoe/release-please-action#readme",
"dependencies": {
"@actions/core": "^1.6.0",
"release-please": "^13.16.4"
},
"devDependencies": {
"@vercel/ncc": "^0.27.0",
"c8": "^7.5.0",
"mocha": "^9.1.4",
"nock": "^13.2.1",
"sinon": "^9.2.4",
"standard": "^16.0.4"
},
"standard": {
"ignore": "dist/"
}
}