From c87af47d4e7cec67c5e844cc77849cedb5037bfa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 16:21:30 +0100 Subject: [PATCH] chore(changelog): update changelog (auto) (#70) Co-authored-by: alexpasmantier <47638216+alexpasmantier@users.noreply.github.com> --- .github/workflows/changelog.yml | 4 ++-- CHANGELOG.md | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 413fbde..2cfd0bc 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -5,8 +5,8 @@ permissions: on: push: - branches: - - main + tags: + - '[v]?[0-9]+.[0-9]+.[0-9]+' workflow_dispatch: jobs: diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f403c1..84b7551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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