Skip to content

Commit

Permalink
feat: add hidden input
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed May 26, 2022
1 parent de39256 commit 8cae201
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@ inputs:
Use {{version}} as a placeholder for the new version.
default: 'ci: version bump to {{version}}'
required: false
release-commit-message-regex:
description: |
Set a custom commit message regex for release commits.
Use {{version}} as a placeholder for the new version.
Default
default: 'ci: version bump to {{version}}'
required: false

outputs:
wasBumped:
description: 'Boolean to check if the version of the library was bumped'
Expand Down

0 comments on commit 8cae201

Please sign in to comment.