chore(changelog): update
This commit is contained in:
parent
5dd2abb211
commit
e05d9056b1
2 changed files with 4 additions and 0 deletions
|
|
@ -7,12 +7,14 @@ All notable changes to this project will be documented in this file.
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
|
||||||
- Add timezone filter
|
- Add timezone filter
|
||||||
|
- Backup mysql and s3storage with script
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
- Error json
|
- Error json
|
||||||
- Change to another endpoint avoid timeout
|
- Change to another endpoint avoid timeout
|
||||||
- Error json
|
- Error json
|
||||||
|
- Changelog gen version header
|
||||||
|
|
||||||
### 🚜 Refactor
|
### 🚜 Refactor
|
||||||
|
|
||||||
|
|
@ -22,6 +24,7 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
- Update notify message
|
- Update notify message
|
||||||
- Update changelog
|
- Update changelog
|
||||||
|
- Update .env
|
||||||
|
|
||||||
## [0.1.0] - 2024-07-11
|
## [0.1.0] - 2024-07-11
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -64,6 +64,7 @@ commit_parsers = [
|
||||||
{ message = "^style", group = "<!-- 5 -->🎨 Styling" },
|
{ message = "^style", group = "<!-- 5 -->🎨 Styling" },
|
||||||
{ message = "^test", group = "<!-- 6 -->🧪 Testing" },
|
{ message = "^test", group = "<!-- 6 -->🧪 Testing" },
|
||||||
{ message = "^chore\\(release\\): prepare for", skip = true },
|
{ message = "^chore\\(release\\): prepare for", skip = true },
|
||||||
|
{ message = "^chore\\(changelog\\)", skip = true },
|
||||||
{ message = "^chore\\(deps.*\\)", skip = true },
|
{ message = "^chore\\(deps.*\\)", skip = true },
|
||||||
{ message = "^chore\\(pr\\)", skip = true },
|
{ message = "^chore\\(pr\\)", skip = true },
|
||||||
{ message = "^chore\\(pull\\)", skip = true },
|
{ message = "^chore\\(pull\\)", skip = true },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue