Skip to content

Commit

Permalink
ci: change cliff config
Browse files Browse the repository at this point in the history
  • Loading branch information
Itsusinn committed Sep 12, 2024
1 parent 09dabbc commit a0da813
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cliff.toml → .github/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ body = """
{% for group, commits in commits | group_by(attribute="group") %}
### {{ group | striptags | trim | upper_first }}
{% for commit in commits %}
{% if commit.github.pr_labels is containing("dependencies") %}
{% continue %}
{% endif %}
- {% if commit.scope %}*({{ commit.scope }})* {% endif %}\
{% if commit.breaking %}[**breaking**] {% endif %}\
{{ commit.message | upper_first }}\
Expand Down

0 comments on commit a0da813

Please sign in to comment.