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:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user