From 0f074620df78e7f66a57e2f0af1a5b26f1309581 Mon Sep 17 00:00:00 2001 From: Ilya Siamionau Date: Wed, 30 Apr 2025 17:05:08 +0200 Subject: [PATCH 1/4] CM-47990 - Release Candidate of Cycode CLI v3 --- .github/workflows/build_executable.yml | 3 +++ .github/workflows/tests_full.yml | 1 + cycode/__init__.py | 2 +- pyproject.toml | 4 ++-- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_executable.yml b/.github/workflows/build_executable.yml index 41cfa2ed..6ac7c439 100644 --- a/.github/workflows/build_executable.yml +++ b/.github/workflows/build_executable.yml @@ -5,6 +5,9 @@ on: push: branches: - main + pull_request: + branches: + - renovation permissions: contents: write diff --git a/.github/workflows/tests_full.yml b/.github/workflows/tests_full.yml index a9ddd4f6..83153cb4 100644 --- a/.github/workflows/tests_full.yml +++ b/.github/workflows/tests_full.yml @@ -4,6 +4,7 @@ on: pull_request: branches: - main + - renovation permissions: contents: read diff --git a/cycode/__init__.py b/cycode/__init__.py index 4ce71ef1..4afa59a0 100644 --- a/cycode/__init__.py +++ b/cycode/__init__.py @@ -1 +1 @@ -__version__ = '0.0.0' # DON'T TOUCH. Placeholder. Will be filled automatically on poetry build from Git Tag +__version__ = '3.0.0.rc1' # DON'T TOUCH. Placeholder. Will be filled automatically on poetry build from Git Tag diff --git a/pyproject.toml b/pyproject.toml index 755d8207..04f12d59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cycode" -version = "0.0.0" # DON'T TOUCH. Placeholder. Will be filled automatically on poetry build from Git Tag +version = "3.0.0.rc1" # DON'T TOUCH. Placeholder. Will be filled automatically on poetry build from Git Tag description = "Boost security in your dev lifecycle via SAST, SCA, Secrets & IaC scanning." keywords=["secret-scan", "cycode", "devops", "token", "secret", "security", "cycode", "code"] authors = ["Cycode "] @@ -63,7 +63,7 @@ log_cli = true [tool.poetry-dynamic-versioning] # poetry self add "poetry-dynamic-versioning[plugin]" -enable = true +enable = false strict = true bump = true metadata = false From aac1fb5db833dbf9a331b97f4835302071b7d30f Mon Sep 17 00:00:00 2001 From: Ilya Siamionau Date: Wed, 30 Apr 2025 17:14:34 +0200 Subject: [PATCH 2/4] Publish pre-release to PyPI --- .github/workflows/pre_release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pre_release.yml b/.github/workflows/pre_release.yml index 9b665d73..5d736618 100644 --- a/.github/workflows/pre_release.yml +++ b/.github/workflows/pre_release.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - renovation jobs: pre_release: From d677f050c1e7d15048a9545abf980b5b9fcc6d2c Mon Sep 17 00:00:00 2001 From: Ilya Siamionau Date: Wed, 30 Apr 2025 17:16:47 +0200 Subject: [PATCH 3/4] Actually publish pre-release to PyPI --- .github/workflows/pre_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre_release.yml b/.github/workflows/pre_release.yml index 5d736618..76091ad0 100644 --- a/.github/workflows/pre_release.yml +++ b/.github/workflows/pre_release.yml @@ -4,7 +4,7 @@ on: push: branches: - main - - renovation + - CM-47990-release-candidate-of-v3 jobs: pre_release: From a349f7aec0931f78d84d57ac95ea4cf72e3c10d8 Mon Sep 17 00:00:00 2001 From: Ilya Siamionau Date: Wed, 30 Apr 2025 17:18:37 +0200 Subject: [PATCH 4/4] Revert "Actually publish pre-release to PyPI" This reverts commit d677f050c1e7d15048a9545abf980b5b9fcc6d2c. --- .github/workflows/pre_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre_release.yml b/.github/workflows/pre_release.yml index 76091ad0..5d736618 100644 --- a/.github/workflows/pre_release.yml +++ b/.github/workflows/pre_release.yml @@ -4,7 +4,7 @@ on: push: branches: - main - - CM-47990-release-candidate-of-v3 + - renovation jobs: pre_release: