Skip to content

Commit

Permalink
chore: release v0.1.0-alpha.0 (#10)
Browse files Browse the repository at this point in the history
* chore: release

Signed-off-by: Orhun Parmaksız <[email protected]>

* chore(changelog): skip release commits

---------

Signed-off-by: Orhun Parmaksız <[email protected]>
  • Loading branch information
orhun authored Sep 30, 2023
1 parent de3881d commit 8edb87a
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 32 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

All notable changes to this project will be documented in this file.

<!-- generated by git-cliff -->
62 changes: 31 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ commit_parsers = [
{ message = "^refactor", group = "<!-- 2 -->🚜 Refactor" },
{ message = "^style", group = "<!-- 5 -->🎨 Styling" },
{ message = "^test", group = "<!-- 6 -->🧪 Testing" },
{ message = "^chore\\(release\\): prepare for", skip = true },
{ message = "^chore: release", skip = true },
{ message = "^chore\\(deps\\)", skip = true },
{ message = "^chore\\(pr\\)", skip = true },
{ message = "^chore\\(pull\\)", skip = true },
Expand Down

0 comments on commit 8edb87a

Please sign in to comment.