1
0
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:
Corey Farrell
2020-05-18 12:27:44 -04:00
committed by GitHub
parent 9586d19055
commit 788c495e26
4 changed files with 16 additions and 8 deletions

View File

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