mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-11 23:41:37 +02:00
feat: add bump-patch-for-minor-pre-major option (#365)
This commit is contained in:
@@ -24,6 +24,10 @@ inputs:
|
||||
description: 'should breaking changes before 1.0.0 produce minor bumps'
|
||||
required: false
|
||||
default: false
|
||||
bump-patch-for-minor-pre-major:
|
||||
description: 'should feat changes before 1.0.0 produce patch bumps instead of minor bumps'
|
||||
required: false
|
||||
default: false
|
||||
path:
|
||||
description: "create a release from a path other than the repository's root"
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user