mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-12 23:21:41 +02:00
fix: add missing path and monorepo-tags options (#52)
This commit is contained in:
@@ -14,6 +14,12 @@ inputs:
|
|||||||
bump-minor-pre-major:
|
bump-minor-pre-major:
|
||||||
description: 'should breaking changes before 1.0.0 produce minor bumps'
|
description: 'should breaking changes before 1.0.0 produce minor bumps'
|
||||||
required: false
|
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:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
|||||||
Reference in New Issue
Block a user