chore: clarify latest release location in release message
This commit is contained in:
@@ -37,6 +37,8 @@ jobs:
|
||||
echo "" >> changelog.txt
|
||||
echo "### Which Sigma rule package should I use?" >> changelog.txt
|
||||
echo "A detailed explanation can be found in the [Releases.md](Releases.md) file. If you are new to Sigma, we recommend starting with the \"Core\" ruleset." >> changelog.txt
|
||||
echo "" >> changelog.txt
|
||||
echo "The [latest release package on GitHub](https://docs.github.com/en/repositories/releasing-projects-on-github/linking-to-releases#linking-to-the-latest-release) can always be found [here](https://github.com/SigmaHQ/sigma/releases/latest)." >> changelog.txt
|
||||
cat changelog.txt
|
||||
- name: Build all release packages
|
||||
run: |
|
||||
|
||||
@@ -7,27 +7,27 @@ on: # yamllint disable-line rule:truthy
|
||||
push:
|
||||
branches:
|
||||
- "*"
|
||||
paths:
|
||||
- "deprecated/**.yml"
|
||||
- "rules-compliance/**.yml"
|
||||
- "rules-dfir/**.yml"
|
||||
- "rules-emerging-threats/**.yml"
|
||||
- "rules-placeholder/**.yml"
|
||||
- "rules-threat-hunting/**.yml"
|
||||
- "rules/**.yml"
|
||||
- "unsupported/**.yml"
|
||||
# paths:
|
||||
# - "deprecated/**.yml"
|
||||
# - "rules-compliance/**.yml"
|
||||
# - "rules-dfir/**.yml"
|
||||
# - "rules-emerging-threats/**.yml"
|
||||
# - "rules-placeholder/**.yml"
|
||||
# - "rules-threat-hunting/**.yml"
|
||||
# - "rules/**.yml"
|
||||
# - "unsupported/**.yml"
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- "deprecated/**.yml"
|
||||
- "rules-compliance/**.yml"
|
||||
- "rules-dfir/**.yml"
|
||||
- "rules-emerging-threats/**.yml"
|
||||
- "rules-placeholder/**.yml"
|
||||
- "rules-threat-hunting/**.yml"
|
||||
- "rules/**.yml"
|
||||
- "unsupported/**.yml"
|
||||
# paths:
|
||||
# - "deprecated/**.yml"
|
||||
# - "rules-compliance/**.yml"
|
||||
# - "rules-dfir/**.yml"
|
||||
# - "rules-emerging-threats/**.yml"
|
||||
# - "rules-placeholder/**.yml"
|
||||
# - "rules-threat-hunting/**.yml"
|
||||
# - "rules/**.yml"
|
||||
# - "unsupported/**.yml"
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user