Skip to content

Commit 1e83821

Browse files
Mikaayensongithub-actions[bot]
authored andcommitted
[FR] Fetch history for versioning workflow (#4259)
(cherry picked from commit 48a051e)
1 parent 4eb0c3a commit 1e83821

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/version-code-and-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ jobs:
7272
steps:
7373
- name: Checkout repository
7474
uses: actions/checkout@v4
75+
with:
76+
fetch-depth: 0
7577

7678
- name: Set github config
7779
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "detection_rules"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
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."
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)