Skip to content

Commit

Permalink
add preview option to the release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ricopinazo committed May 23, 2024
1 parent 7fd03db commit 4940a3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
default: "preview"
type: choice
options:
- preview
- fix
- minor
- minor,preview
Expand Down
2 changes: 1 addition & 1 deletion src/comai/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0rc0"
__version__ = "0.2.0rc1"

0 comments on commit 4940a3f

Please sign in to comment.