Fix links in CHANGELOG
This commit is contained in:
parent
2ea4dbd4bd
commit
e0462931d3
14
CHANGELOG.md
14
CHANGELOG.md
@ -39,7 +39,7 @@ Other:
|
|||||||
* add manpage support when using man-db
|
* add manpage support when using man-db
|
||||||
|
|
||||||
|
|
||||||
## [0.0.7](https://gitlab.haskell.org/haskell/ghcup/-/tags/0.0.8) (2019-01-07)
|
## [0.0.7](https://gitlab.haskell.org/haskell/ghcup/-/tags/0.0.7) (2019-01-07)
|
||||||
|
|
||||||
Release 0.0.7
|
Release 0.0.7
|
||||||
|
|
||||||
@ -74,32 +74,32 @@ API changes:
|
|||||||
- `self-update` was renamed to `upgrade`
|
- `self-update` was renamed to `upgrade`
|
||||||
|
|
||||||
|
|
||||||
## [0.0.6](https://gitlab.haskell.org/haskell/ghcup/-/tags/0.0.8) (2018-10-30)
|
## [0.0.6](https://gitlab.haskell.org/haskell/ghcup/-/tags/0.0.6) (2018-10-30)
|
||||||
|
|
||||||
Release 0.0.6
|
Release 0.0.6
|
||||||
|
|
||||||
|
|
||||||
## [0.0.5](https://gitlab.haskell.org/haskell/ghcup/-/tags/0.0.8) (2018-10-16)
|
## [0.0.5](https://gitlab.haskell.org/haskell/ghcup/-/tags/0.0.5) (2018-10-16)
|
||||||
|
|
||||||
Release 0.0.5
|
Release 0.0.5
|
||||||
|
|
||||||
|
|
||||||
## [0.0.4](https://gitlab.haskell.org/haskell/ghcup/-/tags/0.0.8) (2018-10-09)
|
## [0.0.4](https://gitlab.haskell.org/haskell/ghcup/-/tags/0.0.4) (2018-10-09)
|
||||||
|
|
||||||
Release 0.0.4
|
Release 0.0.4
|
||||||
|
|
||||||
|
|
||||||
## [0.0.3](https://gitlab.haskell.org/haskell/ghcup/-/tags/0.0.8) (2018-09-30)
|
## [0.0.3](https://gitlab.haskell.org/haskell/ghcup/-/tags/0.0.3) (2018-09-30)
|
||||||
|
|
||||||
Release 0.0.3
|
Release 0.0.3
|
||||||
|
|
||||||
|
|
||||||
## [0.0.2](https://gitlab.haskell.org/haskell/ghcup/-/tags/0.0.8) (2018-09-30)
|
## [0.0.2](https://gitlab.haskell.org/haskell/ghcup/-/tags/0.0.2) (2018-09-30)
|
||||||
|
|
||||||
Release 0.0.2
|
Release 0.0.2
|
||||||
|
|
||||||
|
|
||||||
## [0.0.1](https://gitlab.haskell.org/haskell/ghcup/-/tags/0.0.8) (2018-09-29)
|
## [0.0.1](https://gitlab.haskell.org/haskell/ghcup/-/tags/0.0.1) (2018-09-29)
|
||||||
|
|
||||||
Release 0.0.1
|
Release 0.0.1
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ printf "# ChangeLog\n\n"
|
|||||||
|
|
||||||
for current_tag in $(git tag --sort=-creatordate) ; do
|
for current_tag in $(git tag --sort=-creatordate) ; do
|
||||||
tag_date=$(git log -1 --pretty=format:'%ad' --date=short ${current_tag})
|
tag_date=$(git log -1 --pretty=format:'%ad' --date=short ${current_tag})
|
||||||
printf "## [${current_tag}](https://gitlab.haskell.org/haskell/ghcup/-/tags/0.0.8) (${tag_date})\n\n"
|
printf "## [${current_tag}](https://gitlab.haskell.org/haskell/ghcup/-/tags/${current_tag}) (${tag_date})\n\n"
|
||||||
git --no-pager tag -l --format='%(contents)' ${current_tag} | sed -e '/BEGIN PGP/,$d'
|
git --no-pager tag -l --format='%(contents)' ${current_tag} | sed -e '/BEGIN PGP/,$d'
|
||||||
printf "\n\n"
|
printf "\n\n"
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user