From 11e2478a1587d1d996509fc16da9881dc3c4f759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Thu, 6 Feb 2025 15:57:59 +0100 Subject: [PATCH] chore: update PR template to reinforce changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added a checklist item in the PR template to ensure significant changes are documented in the changelog. - Updated `CHANGELOG.md` with a placeholder for version `0.2.0`. - This is an effort to resurrect the consistent usage of the changelog file. Signed-off-by: Sébastien Han --- .github/PULL_REQUEST_TEMPLATE.md | 1 + CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index fb02dd136..aeb7da3e2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -25,3 +25,4 @@ Please link relevant resources if necessary. Pull Request section? - [ ] Updated relevant documentation. - [ ] Wrote necessary unit or integration tests. +- [ ] Added a [Changelog](https://github.com/meta-llama/llama-stack/blob/main/CHANGELOG.md) entry if the change is significant (new feature, breaking change etc.). diff --git a/CHANGELOG.md b/CHANGELOG.md index b081678c4..04cd09777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.2.0 + +### Added + +### Changed + +### Removed + + ## 0.0.53 ### Added