1
0
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:
Ilya Lesikov
2021-09-24 00:02:28 +03:00
committed by GitHub
parent 973b63d3d5
commit 435e216fbe
6 changed files with 30 additions and 22 deletions

View File

@@ -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