Skip to content

Release notes do not have headers #963

@germa89

Description

@germa89

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions