From cce1f921faf9198688611ad97964ecd2a69bb91f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Ayhan?= Date: Wed, 11 Mar 2026 15:38:24 +0300 Subject: [PATCH] docs: add release template --- .github/RELEASE_MESSAGE_TEMPLATE.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/RELEASE_MESSAGE_TEMPLATE.md diff --git a/.github/RELEASE_MESSAGE_TEMPLATE.md b/.github/RELEASE_MESSAGE_TEMPLATE.md new file mode 100644 index 0000000..0a36155 --- /dev/null +++ b/.github/RELEASE_MESSAGE_TEMPLATE.md @@ -0,0 +1,26 @@ +# v[MAJOR.MINOR.PATCH] ([YYYY-MM-DD]) + +## Breaking changes + +- [Describe any breaking change #1] +- [Describe any breaking change #2] + +## Highlights + +- [Highlight #1] +- [Highlight #2] +- [Highlight #3] + +## Included PRs + +- #[PR_NUMBER] [PR title] +- #[PR_NUMBER] [PR title] +- #[PR_NUMBER] [PR title] + +--- + +Published to NPM: npm install firebase-tools-cli@[MAJOR.MINOR.PATCH] + +NPM Package: https://www.npmjs.com/package/firebase-tools-cli/v/[MAJOR.MINOR.PATCH] + +Version Update: [Optional note about automated version bump PR or release branch merge]