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