Skip to content

Commit

Permalink
Merge branch 'master' into hysteria2-draft
Browse files Browse the repository at this point in the history
Signed-off-by: Yuwei Ba <dev@watfaq.com>
  • Loading branch information
ibigbug authored Oct 16, 2024
2 parents 6e4b2a8 + d07f7ab commit 2286468
Show file tree
Hide file tree
Showing 111 changed files with 3,156 additions and 8,486 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ target-dir = "target"
rustflags = ["--cfg", "tokio_unstable"]

[env]
RUST_LOG = { value = "clash=trace" }
RUST_LOG = { value = "clash=trace" }
12 changes: 11 additions & 1 deletion .github/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,23 @@ body = """
- {% if commit.scope %}*({{ commit.scope }})* {% endif %}\
{% if commit.breaking %}[**breaking**] {% endif %}\
{{ commit.message | upper_first }}\
{% if commit.remote.username %} @{{ commit.remote.username }}{%- endif -%}\
{% endfor %}
{% endfor %}\n
"""
# template for the changelog footer
footer = """
{%- macro remote_url() -%}
https://github.com/{{ remote.github.owner }}/{{ remote.github.repo }}
{%- endmacro -%}
{% if github.contributors | filter(attribute="is_first_time", value=true) | length != 0 %}
## New Contributors ❤️
{% endif %}\
{% for contributor in github.contributors | filter(attribute="is_first_time", value=true) %}
* @{{ contributor.username }} made their first contribution in #{{ contributor.pr_number }}
* @{{ contributor.username }} made their first contribution
{%- if contributor.pr_number %} in \
[#{{ contributor.pr_number }}]({{ self::remote_url() }}/pull/{{ contributor.pr_number }}) \
{%- endif %}
{%- endfor -%}
"""
# remove the leading and trailing s
Expand Down
Loading

0 comments on commit 2286468

Please sign in to comment.