From e01884ecba1964027fa87bbdb9bf5341408b2ef7 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Wed, 24 May 2023 02:54:42 +0000 Subject: [PATCH] build: improve release notes --- .goreleaser.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 55ca6af3..8141a6d9 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -241,9 +241,21 @@ release: footer: | **Full Changelog**: https://github.com/goreleaser/nfpm/compare/{{ .PreviousTag }}...{{ .Tag }} - --- + ## Helping out + + This release is only possible thanks to **all** the support of **awesome people**! + + Want to be one of them? + You can [sponsor](https://goreleaser.com/sponsors/) or [contribute with code](https://goreleaser.com/contributing). + + ## Where to go next? + + * nFPM is a satellite project from GoReleaser. [Check it out](https://goreleaser.com)! + * Find examples and commented usage of all options in our [website](https://nfpm.goreleaser.com/intro/). + * Reach out on [Discord](https://discord.gg/RGEBtg8vQ6) and [Twitter](https://twitter.com/goreleaser)! + + GoReleaser logo - - Check out [GoReleaser](https://goreleaser.com): it integrates nFPM to the release pipeline of your Go projects. milestones: - close: true