Skip to content

Commit

Permalink
Update action.yml for README
Browse files Browse the repository at this point in the history
  • Loading branch information
ps-jay authored Apr 23, 2024
1 parent a449b75 commit 352a996
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ inputs:
description: |
Versioning scheme - semver, calver or conventional_commits (defaults to semver).
`conventional_commits` Will parse the last commit message to determine the increment type.
Supports the following increment types:
`conventional_commits` Will parse the last commit message (e.g. the merge commit) to
determine the increment type, and supports the following increment types by keyword:
- patch (build, chore, ci, docs, fix, perf, refactor, revert, style, test)
- minor (feat)
- Major (any of the above types with an '!' or 'BREAKING CHANGE:' in commit body)
- major (any of the above keywords followed by a '!' character, or 'BREAKING CHANGE:' in commit body)
required: false
default: 'semver'
pep440:
Expand All @@ -26,6 +26,9 @@ inputs:
description: |
Field to increment - major, minor, or, patch (defaults to patch)
If using the `conventional_commits` scheme, this is the default increment if the parsing of the merge commit fails to
find conventional commits information
Not applicable to `calver` scheme
required: false
default: 'patch'
Expand Down

0 comments on commit 352a996

Please sign in to comment.