Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw authored and github-actions[bot] committed Jan 13, 2025
1 parent ad69836 commit 8335e0f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,9 @@ name: 'Automatically relase patch versions.'
| # | Required | Type | Name | Default | Description |
| :--- | :---: | :---: | :--- | :--- | :--- |
| 1 | | string | branch | main | Branch to release from. |
| 2 | | string | patch-list | fix, bugfix, perf, refactor, test, tests, chore | Comma separated list of commit types that should trigger a patch release. |
| 3 | | string | which | tag | Create a 'release' or 'tag'. |
| 2 | | string | patch-list | fix, Fix, FIX, bugfix, Bugfix, BugFix, BUGFIX, perf, refactor, Refactor, REFACTOR, test, Test, TEST, tests, Tests, TESTS, chore, Chore, CHORE | Comma separated list of commit types that should trigger a patch release. |
| 3 | | string | minor-list | feat, Feat, FEAT, feature, Feature, FEATURE | The specific minor prefix names to use for minors. |
| 4 | | string | which | tag | Create a 'release' or 'tag'. |
Expand Down Expand Up @@ -227,6 +228,7 @@ jobs:




## Workflow Development

There are three special directories:
Expand Down

0 comments on commit 8335e0f

Please sign in to comment.