1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-08 08:21:10 +02:00

fix: add missing path and monorepo-tags options (#52)

This commit is contained in:
Benjamin E. Coe
2020-07-27 17:28:52 -07:00
committed by GitHub
parent f89806075c
commit 41fbc62bb1

View File

@@ -14,6 +14,12 @@ inputs:
bump-minor-pre-major:
description: 'should breaking changes before 1.0.0 produce minor bumps'
required: false
path:
description: "create a release from a path other than the repository's root"
required: false
monorepo-tags:
description: 'add prefix to tags and branches, allowing multiple libraries to be released from the same repository'
required: false
runs:
using: 'node12'
main: 'dist/index.js'