From dda7db732c936fc29b1a3c83cb76b1dd126da38e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=98D=3ALR?= <227069562+mod-lr@users.noreply.github.com> Date: Wed, 1 Oct 2025 14:29:44 +1000 Subject: [PATCH] docs(changelog): add Unreleased updates --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1750c6..8a2a6d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,17 @@ All notable changes to this project will be documented in this file. ## [Unreleased] -- Initial template scaffolding +### Added +- CI workflow `ci.yml` (Python lint, required check = `build`). +- Release workflow `release.yml` with prerelease tag + auto-notes. +- Issue templates, PR template, SECURITY.md baseline. + +### Changed +- Branch protection: PR required, force-push/deletes blocked, required check = `build`. +- README: template usage note at top. + +### Fixed +- Minor typos in CODEOWNERS and CONTRIBUTING. ## [0.0.1] - 2025-09-30 - Initial release of template