mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-05 10:37:47 +02:00
🤖 I have created a release *beep* *boop* --- ## [3.7.8](https://github.com/google-github-actions/release-please-action/compare/v3.7.7...v3.7.8) (2023-04-11) ### Bug Fixes * bump release-please from 15.9.2 to 15.10.2 ([#755](https://github.com/google-github-actions/release-please-action/issues/755)) ([6730d1a](6730d1afa8)) * tag releases before opening new pull requests ([#753](https://github.com/google-github-actions/release-please-action/issues/753)) ([6a803df](6a803dfec4)), closes [#747](https://github.com/google-github-actions/release-please-action/issues/747) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
43 lines
1008 B
JSON
43 lines
1008 B
JSON
{
|
|
"name": "release-please-action",
|
|
"private": true,
|
|
"version": "3.7.8",
|
|
"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.10.0",
|
|
"release-please": "^15.10.2"
|
|
},
|
|
"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/"
|
|
}
|
|
}
|