From 2b9f8032198210af11ba50cf64bb8e091c7e5a2c Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 29 Nov 2024 22:00:26 +0500 Subject: [PATCH] ci: generate release notes automatically (#318) --- .goreleaser.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 3866324a..69029533 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -57,4 +57,7 @@ release: # If you want to manually examine the release before its live, uncomment this line: # draft: true changelog: - disable: true + # see https://goreleaser.com/customization/changelog/ + use: github-native + sort: asc + abbrev: 0