From ecaaa0bab29f734d6b04ab39a400c809187199a1 Mon Sep 17 00:00:00 2001 From: Chris Grindstaff Date: Tue, 22 Aug 2023 02:24:16 -0400 Subject: [PATCH] ci: create draft release highlights (#2314) --- .github/ISSUE_TEMPLATE/release-template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/release-template.md b/.github/ISSUE_TEMPLATE/release-template.md index 87305d6a2..3d75d13bb 100644 --- a/.github/ISSUE_TEMPLATE/release-template.md +++ b/.github/ISSUE_TEMPLATE/release-template.md @@ -45,7 +45,7 @@ git push origin release/$RELEASE - [ ] Create changelog - [ ] [Draft a new release](https://github.com/NetApp/harvest/releases). Use `v$RELEASE` for the tag and pick the release/$RELEASE branch. Click the `Generate release notes` button and double check, at the bottom of the release notes, that the commits are across the correct range. For example: `https://github.com/NetApp/harvest/compare/v22.11.1...v23.02.0` - [ ] Copy/paste the generated release notes and save them in a file `pbpaste > ghrn_$RELEASE.md` - - [ ] Hand-write list of release highlights `vi highlights_$RELEASE.md` ([example content](https://github.com/NetApp/harvest/blob/main/CHANGELOG.md#23020--2023-02-21)) + - [ ] Generate draft release highlights by executing `go run pkg/changelog/main.go new`. This will create a file named `releaseHighlights_$RELEASE.md`. Edit that file to add content ([example content](https://github.com/NetApp/harvest/blob/main/CHANGELOG.md#23020--2023-02-21)) - [ ] Ensure all notable features are highlighted - [ ] Ensure any breaking changes are highlighted - [ ] Ensure any deprecations are highlighted @@ -91,4 +91,4 @@ bin/harvest generate metrics --poller POLLERNAME ```bash mike deploy --push --update-aliases $SHORT latest ``` -- [ ] Merge Release Branch into Main +- [ ] Merge release branch into main. The PR should use the `chore: ` prefix