chore(changelog): 0.1.0
This commit is contained in:
parent
4fc7e357df
commit
d98792df1e
2 changed files with 9 additions and 0 deletions
8
CHANGELOG.md
Normal file
8
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## [0.1.0] - 2023-09-05
|
||||
|
||||
### Features
|
||||
|
||||
- Check for missing files or missing directories.
|
||||
|
||||
|
|
@ -48,6 +48,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 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue