From 9f5274544774a16ba41189d009bef8b0309413ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krupa=20=28paulfantom=29?= Date: Thu, 12 May 2022 17:10:11 +0200 Subject: [PATCH 1/2] *: change goreleaser changelog format and allow closing milestones MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Krupa (paulfantom) --- cli/.goreleaser.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/cli/.goreleaser.yml b/cli/.goreleaser.yml index dcc7d37e..cd840fb8 100644 --- a/cli/.goreleaser.yml +++ b/cli/.goreleaser.yml @@ -22,10 +22,6 @@ checksum: snapshot: name_template: "{{ .Tag }}-next" changelog: - sort: asc - filters: - exclude: - - '^docs:' - - '^test:' + use: github release: draft: true From a102b99fb733dda2f4c81a143939496b8c44fe4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krupa=20=28paulfantom=29?= Date: Fri, 13 May 2022 13:21:32 +0200 Subject: [PATCH 2/2] .github: fix PR template --- .github/PULL_REQUEST_TEMPLATE.md | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 12f083d4..95229141 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,9 @@ + + ## Description - -```release-note - -```