From e05d9056b16acc5f5032359c73771e271ef5cfec Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:53:42 +0700 Subject: [PATCH] chore(changelog): update --- CHANGELOG.md | 3 +++ cliff.toml | 1 + 2 files changed, 4 insertions(+) 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 },