mirror of
https://github.com/unraid/api.git
synced 2025-12-30 21:19:49 -06:00
chore: fix header capture from changelog in generate-release-notes.yml (#1759)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated release notes extraction workflow to improve handling of version headers in generated release notes. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
2
.github/workflows/generate-release-notes.yml
vendored
2
.github/workflows/generate-release-notes.yml
vendored
@@ -68,10 +68,8 @@ jobs:
|
||||
if ($0 ~ "\\[" ver "\\]") {
|
||||
found=1;
|
||||
capture=1;
|
||||
next;
|
||||
}
|
||||
}
|
||||
capture && /^## \[/ { exit }
|
||||
capture {
|
||||
if (output != "") output = output "\n";
|
||||
output = output $0;
|
||||
|
||||
Reference in New Issue
Block a user