mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
misc: Automated releases generation (#1808)
* misc: Automated releases generation * Update cliff.toml
This commit is contained in:
parent
427267d6bc
commit
6c9372c407
2 changed files with 3 additions and 1 deletions
3
.github/workflows/cd.yml
vendored
3
.github/workflows/cd.yml
vendored
|
@ -109,7 +109,7 @@ jobs:
|
|||
overwrite: true
|
||||
tag: ${{ github.ref }}
|
||||
release_name: "TorrentPier v${{ env.RELEASE_VERSION }}"
|
||||
body: "${{ needs.generate-changelog.outputs.release_body }}"
|
||||
body: "${{ needs.changelog.outputs.release_body }}"
|
||||
|
||||
- name: Publish to GitHub (pre-release)
|
||||
if: ${{ contains(github.ref, '-') }}
|
||||
|
@ -122,3 +122,4 @@ jobs:
|
|||
tag: ${{ github.ref }}
|
||||
release_name: "TorrentPier v${{ env.RELEASE_VERSION }}"
|
||||
body: "${{ needs.changelog.outputs.release_body }}"
|
||||
prerelease: true
|
||||
|
|
|
@ -12,6 +12,7 @@ repo = "torrentpier"
|
|||
[changelog]
|
||||
# template for the changelog header
|
||||
header = """
|
||||
[](https://github.com/torrentpier)\n
|
||||
# 📖 Change Log\n
|
||||
> [!NOTE]
|
||||
> To view changelog from **v2.0.0** to **v2.4.5-rc.2** navigate to [HISTORY.md](HISTORY.md).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue