-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
As the title.
In the Github release notes, this is the output:
# [0.70.1](https://github.com/ansys/pymapdl/releases/tag/v0.70.1) - May 12, 2025
Added
<table>
<tbody>
<tr>
<td>chore: update version to 0.70.dev0 in pyproject.toml</td>
<td><a href="https://github.com/ansys/pymapdl/pull/3907">#3907</a></td>
</tr>
<tr>
<td>chore: update CHANGELOG for v0.70.0</td>
<td><a href="https://github.com/ansys/pymapdl/pull/3913">#3913</a></td>
</tr>
</tbody>
</table>
Fixed
<table>
<tbody>
<tr>
<td>fix: Change the mapdl<span id="inprocess">inprocess</span> graphics
backend</td>
<td><a href="https://github.com/ansys/pymapdl/pull/3915">#3915</a></td>
</tr>
<tr>
<td>fix: documentation html looks</td>
<td><a href="https://github.com/ansys/pymapdl/pull/3918">#3918</a></td>
</tr>
</tbody>
</table>
Where in the changelog file, we have a very nice formatted table: https://mapdl.docs.pyansys.com/version/stable/changelog.html#may-12-2025
I think we should have headers like:
# [0.70.1](https://github.com/ansys/pymapdl/releases/tag/v0.70.1) - May 12, 2025
## Added
<table>
<tbody>
<tr>
<td>chore: update version to 0.70.dev0 in pyproject.toml</td>
<td><a href="https://github.com/ansys/pymapdl/pull/3907">#3907</a></td>
</tr>
<tr>
<td>chore: update CHANGELOG for v0.70.0</td>
<td><a href="https://github.com/ansys/pymapdl/pull/3913">#3913</a></td>
</tr>
</tbody>
</table>
## Fixed
<table>
<tbody>
<tr>
<td>fix: Change the mapdl<span id="inprocess">inprocess</span> graphics
backend</td>
<td><a href="https://github.com/ansys/pymapdl/pull/3915">#3915</a></td>
</tr>
<tr>
<td>fix: documentation html looks</td>
<td><a href="https://github.com/ansys/pymapdl/pull/3918">#3918</a></td>
</tr>
</tbody>
</table>
Not sure what is the best approach.
Metadata
Metadata
Assignees
Labels
No labels