mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 10:11:40 +02:00
feat: Add bump-minor-pre-major option (#9)
This commit is contained in:
@@ -11,6 +11,9 @@ inputs:
|
||||
release-type:
|
||||
description: 'what type of release is this, one of (ruby, python, node, terraform-module)'
|
||||
required: true
|
||||
bump-minor-pre-major:
|
||||
description: 'should breaking changes before 1.0.0 produce minor bumps'
|
||||
required: false
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
|
||||
Reference in New Issue
Block a user