From fc6d123da59a4e5a675ac8e080f66e032ba01a1b Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Fri, 12 Feb 2021 14:13:07 -0700 Subject: [PATCH] feat: update release template w/doc and dev --- ci/build/release-github-draft.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ci/build/release-github-draft.sh b/ci/build/release-github-draft.sh index 835b7b43..e68ec515 100755 --- a/ci/build/release-github-draft.sh +++ b/ci/build/release-github-draft.sh @@ -26,6 +26,13 @@ installations. ## Bug Fixes - ⭐ Summarize bug fixes here with references to issues +## Documentation + - ⭐ Summarize doc changes here with references to issues + +## Development + - ⭐ Summarize development/testing changes here with references to issues + + Cheers! 🍻 EOF } -- GitLab