mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 03:42:25 +03:00
;doc: ghrelnotes: collapse release notes by default again
Release notes can be very long. Now both they and the platform binary install docs are collapsed by default, allowing the sequence of dates and releases to be seen easily by default. Github automatically expands the assets of the latest release, so those too will be visible by default. For a full text search of all release notes, the release notes page on hledger.org is still available.
This commit is contained in:
parent
f8f7e73da7
commit
311ee115c6
@ -4,12 +4,18 @@
|
||||
cd "$(dirname $0)"
|
||||
cat <<'END'
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
|
||||
## Release notes
|
||||
|
||||
</summary>
|
||||
|
||||
END
|
||||
export REL=$1
|
||||
../tools/getrelnotes $REL
|
||||
envsubst '$REL' <<'END'
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
|
Loading…
Reference in New Issue
Block a user