1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-11 01:31:11 +02:00

feat(release-please)!: consolidate manifest and individual releasers (#398)

Major update to release-please which consolidates the manifest and single
releaser behavior into a single set of strategies, which can be used
on both split and mono-repos.

feat: adds support for draft pull requests.
feat: adds support for draft releases.
refactor!: if switching to manifest releaser, release_created will only be set if "." path is published.
refactor!: switch to using @actions/core getBooleanInput, accepted values for true = ["true", "True", "TRUE"], accepted values for false = ["false", "False", "FALSE"]
This commit is contained in:
Benjamin E. Coe
2021-12-29 19:54:42 +00:00
committed by GitHub
parent 0091158605
commit 52ffbbe392
7 changed files with 29460 additions and 22224 deletions

View File

@@ -25,15 +25,16 @@
},
"homepage": "https://github.com/bcoe/release-please-action#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"release-please": "^12.6.0"
"@actions/core": "^1.6.0",
"release-please": "^13.0.1"
},
"devDependencies": {
"@vercel/ncc": "^0.27.0",
"c8": "^7.5.0",
"mocha": "^8.2.1",
"mocha": "^9.1.3",
"nock": "^13.2.1",
"sinon": "^9.2.4",
"standard": "^16.0.3"
"standard": "^16.0.4"
},
"standard": {
"ignore": "dist/"