mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 21:33:54 -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
|
overwrite: true
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
release_name: "TorrentPier v${{ env.RELEASE_VERSION }}"
|
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)
|
- name: Publish to GitHub (pre-release)
|
||||||
if: ${{ contains(github.ref, '-') }}
|
if: ${{ contains(github.ref, '-') }}
|
||||||
|
@ -122,3 +122,4 @@ jobs:
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
release_name: "TorrentPier v${{ env.RELEASE_VERSION }}"
|
release_name: "TorrentPier v${{ env.RELEASE_VERSION }}"
|
||||||
body: "${{ needs.changelog.outputs.release_body }}"
|
body: "${{ needs.changelog.outputs.release_body }}"
|
||||||
|
prerelease: true
|
||||||
|
|
|
@ -12,6 +12,7 @@ repo = "torrentpier"
|
||||||
[changelog]
|
[changelog]
|
||||||
# template for the changelog header
|
# template for the changelog header
|
||||||
header = """
|
header = """
|
||||||
|
[](https://github.com/torrentpier)\n
|
||||||
# 📖 Change Log\n
|
# 📖 Change Log\n
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> To view changelog from **v2.0.0** to **v2.4.5-rc.2** navigate to [HISTORY.md](HISTORY.md).
|
> 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