Skip to content

Commit

Permalink
Update Changelog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kille135 authored Mar 28, 2024
1 parent 2111d3d commit bcff82b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/Changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
PREVIOUS_VERSION=$(grep -oP '(?<=## \[)[^\]]+' Changelog.md | head -n 1)
DATE=$(date +'%Y-%m-%d')
# Generate changelog entry for the current pull request
CHANGELOG_ENTRY="## [${PREVIOUS_VERSION}] - ${DATE}
$(git log --format='- %s' origin/${PR_BRANCH}^1..HEAD | sed 's/^\([A-Z][a-zA-Z]*\): /\n### \1\n- /g' | sed ':a;N;$!ba;s/\n\n/\n/g')"
Expand Down

0 comments on commit bcff82b

Please sign in to comment.