Skip to content

Commit 7264bd2

Browse files
committed
Update release_template.txt to be markdown
1 parent 50e2b32 commit 7264bd2

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

scripts/release_template.txt

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
1-
`v{{ version }} <https://github.com/jupyter-widgets/ipywidgets/releases/tag/v{{ version }}>`__
2-
---------------------------------------------------------------------------
1+
### [v{{ version }}](https://github.com/jupyter-widgets/ipywidgets/releases/tag/v{{ version }}) ({{ close_date }})
32

4-
{{ close_date }}
5-
^^^^^^^^^^^^^^^
6-
7-
See the `ipywidgets
8-
{{ version }} <https://github.com/jupyter-widgets/ipywidgets/milestone/XXXX?closed=1>`__
3+
See the [ipywidgets
4+
{{ version }}](https://github.com/jupyter-widgets/ipywidgets/milestone/XXXX?closed=1)
95
milestone on GitHub for the full list of pull requests and issues closed.
106

117
{% for pr in pull_requests -%}
12-
* {{ pr['title'] | capitalize }} (`#{{ pr['number'] }} <{{pr['html_url']}}>`__
8+
* {{ pr['title'] | capitalize }} ([#{{ pr['number'] }}]({{pr['html_url']}})
139
{%- if pr['loghub_related_issues']|length %}
1410
{%- for pri in pr['loghub_related_issues'] -%}
15-
, `#{{ pri['text'] }} <{{ pri['url'] }}>`__
11+
, [#{{ pri['text'] }}]({{ pri['url'] }})
1612
{%- endfor -%}
1713
{%- endif %})
1814
{% endfor %}

0 commit comments

Comments
 (0)