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.
2 parents 20020ac + a74cee5 commit 729d9f6Copy full SHA for 729d9f6
.github/workflows/cd.yml
@@ -52,3 +52,10 @@ jobs:
52
echo "## Changelog" >> this_version_changelog.md
53
cat CHANGELOG.md | sed -n '/^## \['"$version"'\]/,/^## /p' | head -n -1 | tail -n +2 >> this_version_changelog.md
54
echo "[Full Changelog](https://github.com/brootware/PyRedactKit/blob/v$version/CHANGELOG.md)" >> this_version_changelog.md
55
+
56
+ - name: Publish Changelog
57
+ uses: softprops/action-gh-release@v1
58
+ with:
59
+ body_path: this_version_changelog.md
60
+ env:
61
+ GITHUB_TOKEN: ${{ secrets.CHANGELOG_TOKEN }}
0 commit comments