1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-10-30 23:58:09 +02:00

docs: fix broken link

This commit is contained in:
Carlos Alexandro Becker
2023-12-17 14:53:08 -03:00
parent 711490dfc7
commit 522ab11bf3

View File

@@ -17,7 +17,7 @@ GoReleaser 1.5 is out, with a handful of miscellaneous improvements.
- Better manpages using [mango](https://github.com/muesli/mango);
- Migrated from [cobra](https://github.com/spf13/cobra) to [coral](https://github.com/muesli/coral) — which will eventually lead to faster `go install`;
- Improved nFPM to make it easier for GoReleaser's debs and GoReleaser-generated debs that pass [lintian](https://lintian.debian.org/) checks;
- Improved nFPM to make it easier for GoReleaser's debs and GoReleaser-generated debs that pass [lintian](https://wiki.debian.org/Lintian) checks;
- Several improvements on GoReleaser output logs;
- More fields are now templateable, namely on nFPMs and Universal Binaries configs;
- Hooks now have an option to always print their outputs;