File tree Expand file tree Collapse file tree 2 files changed +0
-21
lines changed
Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Original file line number Diff line number Diff line change 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
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 ) )
Original file line number Diff line number Diff 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
5038footer = """
You can’t perform that action at this time.
0 commit comments