Skip to content

Commit

Permalink
fix: attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo-COLLIN committed Jun 2, 2024
1 parent 2c12882 commit 2c26fb8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ jobs:
uses: mikepenz/release-changelog-builder-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
configurationJson: |
{
"template": "#{{CHANGELOG}}\n\n**Full Changelog:** #{{RELEASE_DIFF}}",
"pr_template": "- #{{TITLE}} by @#{{AUTHOR}} in ##{{NUMBER}}",
"categories": [
{
"title": "## What's Changed"
}
]
}
# with:
# configurationJson: |
# {
# "template": "#{{CHANGELOG}}\n\n**Full Changelog:** #{{RELEASE_DIFF}}",
# "pr_template": "- #{{TITLE}} by @#{{AUTHOR}} in ##{{NUMBER}}",
# "categories": [
# {
# "title": "## What's Changed"
# }
# ]
# }

# --- RELEASE ---
- name: Create Release
Expand Down

0 comments on commit 2c26fb8

Please sign in to comment.