Skip to content

Commit 115db0e

Browse files
committed
CM-48215 - Release Candidate 2 of Cycode CLI v3
1 parent 4e1f7e0 commit 115db0e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/pre_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- CM-48215-release-candidate-2-of-v3
78

89
jobs:
910
pre_release:

cycode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.0' # DON'T TOUCH. Placeholder. Will be filled automatically on poetry build from Git Tag
1+
__version__ = '3.0.0.rc2' # DON'T TOUCH. Placeholder. Will be filled automatically on poetry build from Git Tag

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cycode"
3-
version = "0.0.0" # DON'T TOUCH. Placeholder. Will be filled automatically on poetry build from Git Tag
3+
version = "3.0.0.rc2" # DON'T TOUCH. Placeholder. Will be filled automatically on poetry build from Git Tag
44
description = "Boost security in your dev lifecycle via SAST, SCA, Secrets & IaC scanning."
55
keywords=["secret-scan", "cycode", "devops", "token", "secret", "security", "cycode", "code"]
66
authors = ["Cycode <[email protected]>"]
@@ -63,7 +63,7 @@ log_cli = true
6363

6464
[tool.poetry-dynamic-versioning]
6565
# poetry self add "poetry-dynamic-versioning[plugin]"
66-
enable = true
66+
enable = false
6767
strict = true
6868
bump = true
6969
metadata = false

0 commit comments

Comments
 (0)