Skip to content

Commit

Permalink
update release notes config
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Mart committed Aug 18, 2023
1 parent 299db96 commit ec067af
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
- name: "Build Changelog"
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v4
with:
configurationJson: |
{
"template": "#{{CHANGELOG}}\n\n<details>\n<summary>Changes in this release 👨‍💻</summary>\n\n\n#{{UNCATEGORIZED}}\n</details>",
}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -68,9 +73,10 @@ jobs:
token: ${{ secrets.TELEGRAM_TOKEN }}
format: markdown
message: |
## New Psibase release 🎉
Link: [${{ github.ref_name }}](${{ steps.create_release.outputs.url }})
🎉 New Psibase release 🎉
Prerelease: ${{needs.prerelease-check.outputs.prerelease}}
[${{ github.ref_name }}](${{ steps.create_release.outputs.url }})
# build-new-CLI-versions:
# name: Build new CLI version
Expand Down

0 comments on commit ec067af

Please sign in to comment.