Skip to content

Commit 6acbcc2

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

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)