chore(changelog): update changelog (auto) (#70)

Co-authored-by: alexpasmantier <47638216+alexpasmantier@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-11-24 16:21:30 +01:00 committed by Alexandre Pasmantier
parent 03fb7d0f35
commit c87af47d4e
2 changed files with 8 additions and 5 deletions

View File

@ -5,8 +5,8 @@ permissions:
on:
push:
branches:
- main
tags:
- '[v]?[0-9]+.[0-9]+.[0-9]+'
workflow_dispatch:
jobs:

View File

@ -17,6 +17,10 @@ All notable changes to this project will be documented in this file.
- Terminal emulators compatibility and good first issues (#56)
### ⚡ Performance
- *(preview)* Cap the number of concurrent preview tokio tasks in the background (#67)
### 🎨 Styling
- *(git)* Enforce conventional commits on git push with a hook (#61)
@ -24,9 +28,8 @@ All notable changes to this project will be documented in this file.
### ⚙️ Miscellaneous Tasks
- Add readme version update to github actions (#55)
- *(update_readme)* Fix `update_readme` workflow
- *(changelog)* Update changelog (auto)
- *(update_readme)* Fix `update_readme` workflow
- *(update_readme)* Fix `update_readme` workflow (#63)
- *(changelog)* Update changelog action trigger (#68)
### Build