Skip to content

Commit

Permalink
Merge pull request #67 from brootware/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
brootware authored Jul 26, 2022
2 parents 20020ac + a74cee5 commit 729d9f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,10 @@ jobs:
echo "## Changelog" >> this_version_changelog.md
cat CHANGELOG.md | sed -n '/^## \['"$version"'\]/,/^## /p' | head -n -1 | tail -n +2 >> this_version_changelog.md
echo "[Full Changelog](https://github.com/brootware/PyRedactKit/blob/v$version/CHANGELOG.md)" >> this_version_changelog.md
- name: Publish Changelog
uses: softprops/action-gh-release@v1
with:
body_path: this_version_changelog.md
env:
GITHUB_TOKEN: ${{ secrets.CHANGELOG_TOKEN }}

0 comments on commit 729d9f6

Please sign in to comment.