1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-07 22:31:13 +02:00
Files
gitea-release-please-action/package.json
dependabot[bot] fa86b83b56 fix(deps): bump @actions/core from 1.2.4 to 1.2.6 (#76)
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.4 to 1.2.6.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-01 12:38:42 -07:00

38 lines
876 B
JSON

{
"name": "release-please-action",
"private": true,
"version": "2.4.1",
"description": "automated releases based on conventional commits",
"main": "index.js",
"scripts": {
"test": "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.2.6",
"release-please": "^6.2.0"
},
"devDependencies": {
"@zeit/ncc": "^0.22.3",
"standard": "^14.3.4"
},
"standard": {
"ignore": "dist/"
}
}