diff --git a/.github/workflows/version-code-and-release.yml b/.github/workflows/version-code-and-release.yml index defbd30c6a2..b3f90b3245f 100644 --- a/.github/workflows/version-code-and-release.yml +++ b/.github/workflows/version-code-and-release.yml @@ -72,6 +72,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set github config run: | diff --git a/pyproject.toml b/pyproject.toml index 29ab0a0e0b5..10b2b57f8bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "detection_rules" -version = "0.1.2" +version = "0.1.3" description = "Detection Rules is the home for rules used by Elastic Security. This repository is used for the development, maintenance, testing, validation, and release of rules for Elastic Security’s Detection Engine." readme = "README.md" requires-python = ">=3.12"