From 7ca6002b2bfe4fa77b7f92722546d0d006ebab5a Mon Sep 17 00:00:00 2001 From: Micheal Wilkinson Date: Fri, 20 Mar 2026 18:26:21 +0000 Subject: [PATCH] docs(changelog): add initial unreleased notes --- changelog.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..2ec1794 --- /dev/null +++ b/changelog.md @@ -0,0 +1,26 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +A `### Breaking` section is used in addition to Keep a Changelog's standard sections to explicitly document changes that are backwards-incompatible but would otherwise appear under `### Changed`. Entries under `### Breaking` trigger a major version bump in automated release recommendation logic. + +## [Unreleased] + +### Breaking + +### Added + +- Initial standalone releaseprep migration into vociferate. +- Configurable version source and parser via `--version-file` and `--version-pattern`. +- Configurable changelog path via `--changelog`. +- Composite action (`action.yml`) for release preparation and recommendation flows. +- Gitea workflows for push validation and manual release preparation. + +### Changed + +### Fixed + +### Removed