From 4940a3f7b6bce5257ba3bb140626660988bcf96e Mon Sep 17 00:00:00 2001 From: Pedro Rico Pinazo Date: Thu, 23 May 2024 08:13:27 +0100 Subject: [PATCH] add preview option to the release action --- .github/workflows/release.yml | 1 + src/comai/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 47b22e8..37e28a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,7 @@ on: default: "preview" type: choice options: + - preview - fix - minor - minor,preview diff --git a/src/comai/__init__.py b/src/comai/__init__.py index 2434fda..5f923a1 100644 --- a/src/comai/__init__.py +++ b/src/comai/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0rc0" +__version__ = "0.2.0rc1"