From 1379287048e8fbb1e7c982ceb502fe7adc9581d8 Mon Sep 17 00:00:00 2001 From: Vijay Vammi Date: Tue, 7 May 2024 14:29:16 +0100 Subject: [PATCH 1/4] Testing tag (#146) * fix: forcing release * chore: trying to get a release --- runnable/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/runnable/__init__.py b/runnable/__init__.py index 902d5ed9..466b4388 100644 --- a/runnable/__init__.py +++ b/runnable/__init__.py @@ -41,3 +41,4 @@ # TODO: Think of way of generating dag hash without executor configuration +# Just working if the release is done From 132a3a9ab40e9cdbed06f72d84c077ceb97cc199 Mon Sep 17 00:00:00 2001 From: Vijay Vammi Date: Tue, 7 May 2024 14:37:44 +0100 Subject: [PATCH 2/4] Testing tag (#147) * fix: forcing release * chore: trying to get a release * chore: trying to get a release --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 78d3228f..42ef27c9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -56,10 +56,10 @@ jobs: GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}" id: last_tag run: | - CURRENT=$(python -m poetry run semantic-release --noop version --print-last-released) + CURRENT=$(python -m poetry run semantic-release -v --noop version --print-last-released) echo "Current: $CURRENT" - VERSION=$(python -m poetry run semantic-release --noop version --print) + VERSION=$(python -m poetry run semantic-release -v --noop version --print) echo "new: $VERSION" # python -m poetry run semantic-release version --tag --push From 03d6b22aac77c6243170e91d8795ac55734d0233 Mon Sep 17 00:00:00 2001 From: Vijay Vammi Date: Tue, 7 May 2024 16:18:12 +0100 Subject: [PATCH 3/4] fix: trying to see wht happens now --- runnable/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/runnable/__init__.py b/runnable/__init__.py index 466b4388..902d5ed9 100644 --- a/runnable/__init__.py +++ b/runnable/__init__.py @@ -41,4 +41,3 @@ # TODO: Think of way of generating dag hash without executor configuration -# Just working if the release is done From 2fa75d0b296c346ded07abe191e34b0f3a620aa8 Mon Sep 17 00:00:00 2001 From: Vijay Vammi Date: Tue, 7 May 2024 16:18:44 +0100 Subject: [PATCH 4/4] chore: still testing release --- runnable/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/runnable/__init__.py b/runnable/__init__.py index 902d5ed9..3adf0b74 100644 --- a/runnable/__init__.py +++ b/runnable/__init__.py @@ -41,3 +41,4 @@ # TODO: Think of way of generating dag hash without executor configuration +# Try to get a release