diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ca3f604..acb90af0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,20 +2,12 @@ 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.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - ## [Unreleased] ### 🐛 Bug Fixes - *(site)* Improve whitespace around links ([#913](https://github.com/videojs/v10/pull/913)) by [@decepulis](https://github.com/decepulis) - *(site)* Fix Brightcove typo ([#915](https://github.com/videojs/v10/pull/915)) by [@decepulis](https://github.com/decepulis) -- *(changelog)* Add root changelog generator - -### ⚙️ Miscellaneous Tasks -- *(release)* Add GH workflow for release PR's -- *(changelog)* Update formatting for Github -- *(changelog)* Improve formatting for GH +- *(changelog)* Add root changelog generator ([#916](https://github.com/videojs/v10/pull/916)) by [@luwes](https://github.com/luwes) ## [@videojs/core@10.0.0-beta.5] - 2026-03-12 diff --git a/cliff.toml b/cliff.toml index adf1b00f..b32d52a6 100644 --- a/cliff.toml +++ b/cliff.toml @@ -10,10 +10,7 @@ repo = "v10" # See https://keats.github.io/tera/docs/#introduction header = """ # Changelog\n -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.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).\n +All notable changes to this project will be documented in this file.\n """ # A Tera template to be rendered for each release in the changelog. # See https://keats.github.io/tera/docs/#introduction