File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 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 }})
3
2
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)
9
5
milestone on GitHub for the full list of pull requests and issues closed.
10
6
11
7
{% for pr in pull_requests -%}
12
- * {{ pr['title'] | capitalize }} (` #{{ pr['number'] }} < {{pr['html_url']}}>`__
8
+ * {{ pr['title'] | capitalize }} ([ #{{ pr['number'] }}]( {{pr['html_url']}})
13
9
{%- if pr['loghub_related_issues']|length %}
14
10
{%- for pri in pr['loghub_related_issues'] -%}
15
- , ` #{{ pri['text'] }} < {{ pri['url'] }}>`__
11
+ , [ #{{ pri['text'] }}]( {{ pri['url'] }})
16
12
{%- endfor -%}
17
13
{%- endif %})
18
14
{% endfor %}
You can’t perform that action at this time.
0 commit comments