mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 13:24:01 -07:00
misc(cliff): Use blockquote for notice (#1748)
This commit is contained in:
parent
12aef379dd
commit
61e55925f3
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
# 📖 Change Log (History)
|
# 📖 Change Log (History)
|
||||||
|
|
||||||
### *From v2.0.0 to v2.4.5-rc.2*
|
> [!NOTE]
|
||||||
|
> Changelog from v2.0.0 to v2.4.5-rc.2.
|
||||||
|
|
||||||
## [v2.4.5-rc.2](https://github.com/torrentpier/torrentpier/tree/v2.4.5-rc.2) (2025-01-10)
|
## [v2.4.5-rc.2](https://github.com/torrentpier/torrentpier/tree/v2.4.5-rc.2) (2025-01-10)
|
||||||
[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.4.5-rc.1...v2.4.5-rc.2)
|
[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.4.5-rc.1...v2.4.5-rc.2)
|
||||||
|
|
|
@ -13,7 +13,8 @@ repo = "torrentpier"
|
||||||
# template for the changelog header
|
# template for the changelog header
|
||||||
header = """
|
header = """
|
||||||
# 📖 Change Log\n
|
# 📖 Change Log\n
|
||||||
### *To view changelog from v2.0.0 to v2.4.5-rc.2 navigate to [HISTORY.md](HISTORY.md)*
|
> [!NOTE]
|
||||||
|
> To view changelog from v2.0.0 to v2.4.5-rc.2 navigate to [HISTORY.md](HISTORY.md).
|
||||||
"""
|
"""
|
||||||
# template for the changelog body
|
# template for the changelog body
|
||||||
# https://keats.github.io/tera/docs/#introduction
|
# https://keats.github.io/tera/docs/#introduction
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue