Skip to content

Commit e8569c1

Browse files
committed
chore: enable prerelease
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 0a239f9 commit e8569c1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ on:
66
release_force:
77
# see https://python-semantic-release.readthedocs.io/en/latest/github-action.html#command-line-options
88
description: |
9-
Force release be one of: [major | minor | patch]
9+
Force release be one of: [major | minor | patch | prerelease]
1010
Leave empty for auto-detect based on commit messages.
1111
type: choice
1212
options:
13-
- "" # auto - no force
14-
- major # force major
15-
- minor # force minor
16-
- patch # force patch
13+
- "" # auto - no force
14+
- major # force major
15+
- minor # force minor
16+
- patch # force patch
17+
- prerelease # force prerelease
1718
default: ""
1819
required: false
1920
prerelease_token:

0 commit comments

Comments
 (0)