Skip to content

Commit

Permalink
fix: add missing path and monorepo-tags options (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jul 28, 2020
1 parent f898060 commit 41fbc62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 41fbc62

Please sign in to comment.