We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25f13e commit 6d0fe3eCopy full SHA for 6d0fe3e
.github/workflows/github-release.yml
@@ -20,7 +20,7 @@ jobs:
20
run: |
21
YESTERDAY=$(date -u --date="yesterday" +%Y-%m-%d)
22
23
- # Extract only the section for yesterday
+ # Extract the changelog section for yesterday, stopping at the next date
24
awk -v date="## $YESTERDAY" '
25
$0 ~ date {found=1; print; next}
26
found && /^## [0-9]{4}-[0-9]{2}-[0-9]{2}/ {exit}
0 commit comments