Skip to content

Commit

Permalink
[FR] Fetch history for versioning workflow (#4259)
Browse files Browse the repository at this point in the history
(cherry picked from commit 48a051e)
  • Loading branch information
Mikaayenson authored and github-actions[bot] committed Nov 7, 2024
1 parent 7ab4619 commit 96b5a8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/version-code-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set github config
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 96b5a8d

Please sign in to comment.