From e5c2a3848efaf3761f4f3fc24a8dec002c44fe38 Mon Sep 17 00:00:00 2001 From: Helder Correia <174525+helderco@users.noreply.github.com> Date: Mon, 4 Apr 2022 13:00:37 +0000 Subject: [PATCH] ci: Add full changelog to release notes Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com> --- .goreleaser.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 441910c5..cd6048e7 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -98,3 +98,11 @@ publishers: - AWS_ACCESS_KEY_ID={{ .Env.AWS_ACCESS_KEY_ID }} - AWS_SECRET_ACCESS_KEY={{ .Env.AWS_SECRET_ACCESS_KEY }} - AWS_REGION={{ .Env.AWS_REGION }} + +release: + footer: | + **Full Changelog**: https://github.com/dagger/dagger/compare/{{ .PreviousTag }}...{{ .Tag }} + ## What to do next? + - Read the [documentation](https://docs.dagger.io) + - Join our [Discord server](https://discord.gg/dagger-io) + - Follow us on [Twitter](https://twitter.com/dagger_io)