Skip to content

Commit f655e6c

Browse files
committed
fix(cliff): remove new contributors section
It was bugged already
1 parent 80a7993 commit f655e6c

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

CHANGELOG.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515

1616
- **tree_sitter**: Init - ([160d832](https://github.com/stackmystack/tsdl/commit/160d8325cf689b7947823a7fba099b0390d0166b))
1717

18-
## New Contributors ❤️
19-
20-
* @stackmystack made their first contribution in [#19](https://github.com/stackmystack/tsdl/pull/19)
21-
* @dependabot[bot] made their first contribution in [#18](https://github.com/stackmystack/tsdl/pull/18)
2218
## [1.3.1] - 2025-01-28
2319

2420
### Bug Fixes
@@ -46,11 +42,6 @@
4642
- **markdown_to_docs**: Remove unnecessary reference - ([1e5f8d1](https://github.com/stackmystack/tsdl/commit/1e5f8d1d64949e71f7b1c88dcdcff61f86025886))
4743
- Style - ([8bfc86b](https://github.com/stackmystack/tsdl/commit/8bfc86bfa3d3489adb197f69d7d247af2a5aebd1))
4844

49-
## New Contributors ❤️
50-
51-
* @dependabot[bot] made their first contribution in [#11](https://github.com/stackmystack/tsdl/pull/11)
52-
## [1.2.1] - 2024-09-07
53-
5445
### Bug Fixes
5546

5647
- **build**: --tree-sitter-version sha1 - ([a611f94](https://github.com/stackmystack/tsdl/commit/a611f94ed98bce297fd4af9fc5a2ccdb55925941))

cliff.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,6 @@ body = """
3333
{% endif -%}
3434
{% endfor -%}
3535
{% endfor %}
36-
{%- if github -%}
37-
{% if github.contributors | filter(attribute="is_first_time", value=true) | length != 0 %}
38-
## New Contributors ❤️
39-
{% endif %}\
40-
{% for contributor in github.contributors | filter(attribute="is_first_time", value=true) %}
41-
* @{{ contributor.username }} made their first contribution
42-
{%- if contributor.pr_number %} in \
43-
[#{{ contributor.pr_number }}]({{ self::remote_url() }}/pull/{{ contributor.pr_number }}) \
44-
{%- endif %}
45-
{%- endfor -%}
46-
{%- endif %}
47-
4836
"""
4937
# template for the changelog footer
5038
footer = """

0 commit comments

Comments
 (0)