diff --git a/CHANGELOG.md b/CHANGELOG.md index a09921d..da0d1eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,14 @@ All notable changes to this project will be documented in this file. ### ๐Ÿš€ Features - Add timezone filter +- Backup mysql and s3storage with script ### ๐Ÿ› Bug Fixes - Error json - Change to another endpoint avoid timeout - Error json +- Changelog gen version header ### ๐Ÿšœ Refactor @@ -22,6 +24,7 @@ All notable changes to this project will be documented in this file. - Update notify message - Update changelog +- Update .env ## [0.1.0] - 2024-07-11 diff --git a/cliff.toml b/cliff.toml index 42eeb4d..f121d37 100644 --- a/cliff.toml +++ b/cliff.toml @@ -64,6 +64,7 @@ commit_parsers = [ { message = "^style", group = "๐ŸŽจ Styling" }, { message = "^test", group = "๐Ÿงช Testing" }, { message = "^chore\\(release\\): prepare for", skip = true }, + { message = "^chore\\(changelog\\)", skip = true }, { message = "^chore\\(deps.*\\)", skip = true }, { message = "^chore\\(pr\\)", skip = true }, { message = "^chore\\(pull\\)", skip = true },