Skip to content

Commit

Permalink
:D
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Nov 17, 2024
1 parent 484bc18 commit a2866dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
shell: bash
run: |
latest_tag=$(git describe --tags --abbrev=0)
mkdir changelog
{ grep --color=auto -Pzo "(?<=## $latest_tag)((?!\n## )[\s\S])*" ./CHANGELOG.md || true; } | sed '$ s/.$//' > ./changelog/CHANGELOG.md
rel_type="release"
Expand Down

0 comments on commit a2866dc

Please sign in to comment.