Skip to content

Commit

Permalink
docs: add icons as unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
nicrie committed Aug 30, 2024
1 parent 153b777 commit b8586aa
Show file tree
Hide file tree
Showing 4 changed files with 230 additions and 185 deletions.
20 changes: 10 additions & 10 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,18 @@ commit_preprocessors = [
]
# regex for parsing and grouping commits
commit_parsers = [
{ message = "^feat", group = "<!-- 00 -->Features" },
{ message = "^perf", group = "<!-- 01 -->Performance" },
{ message = "^fix", group = "<!-- 02 -->Bug Fixes" },
{ message = "^doc", group = "<!-- 04 -->Documentation" },
{ message = "^refactor", group = "<!-- 05 -->Refactoring" },
{ message = "^style", group = "<!-- 06 -->Style" },
{ message = "^revert", group = "<!-- 07 -->Revert" },
{ message = "^test", group = "<!-- 08 -->Tests" },
{ message = "^feat", group = "<!-- 00 -->Features" },
{ message = "^perf", group = "<!-- 01 -->🚀 Performance" },
{ message = "^fix", group = "<!-- 02 -->🐛 Bug Fixes" },
{ message = "^doc", group = "<!-- 04 -->🔖 Documentation" },
{ message = "^refactor", group = "<!-- 05 -->🛠️ Refactoring" },
{ message = "^style", group = "<!-- 06 -->🎨 Style" },
{ message = "^revert", group = "<!-- 07 -->♻️ Revert" },
{ message = "^test", group = "<!-- 08 -->Tests" },
{ message = "^chore: release", skip = true },
{ message = "^chore\\(release\\):", skip = true },
{ message = "^chore|ci|build", group = "<!-- 09 -->Miscellaneous" },
{ body = ".*security", group = "<!-- 10 -->Security" },
{ message = "^chore|ci|build", group = "<!-- 09 -->⚙️ Miscellaneous" },
{ body = ".*security", group = "<!-- 10 -->🔒 Security" },
]
# protect breaking changes from being skipped due to matching a skipping commit_parser
protect_breaking_commits = false
Expand Down
Binary file modified docs/auto_examples/auto_examples_jupyter.zip
Binary file not shown.
Binary file modified docs/auto_examples/auto_examples_python.zip
Binary file not shown.
Loading

0 comments on commit b8586aa

Please sign in to comment.