mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
chore(changelog): remove keepachangelog header (#918)
This commit is contained in:
+1
-9
@@ -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
|
||||
|
||||
|
||||
+1
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user