ansys / pymapdl

Pythonic interface to MAPDL
https://mapdl.docs.pyansys.com
MIT License
419 stars 116 forks source link

docs: adding previous changes in `changelog.d` repository #3182

Closed clatapie closed 2 weeks ago

clatapie commented 2 weeks ago

Description

As title says, adding previous changes in the changelog.d repository for future patch release.

Issue linked

Not applicable.

Checklist

ansys-reviewer-bot[bot] commented 2 weeks ago

Thanks for opening a Pull Request. If you want to perform a review write a comment saying:

@ansys-reviewer-bot review

clatapie commented 2 weeks ago

I added all those files manually as commits happened prior to https://github.com/ansys/pymapdl/pull/3019

The Release note is built from the changelog.d directory so it should work fine. I will make a test locally before merging this PR.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.47%. Comparing base (7c1eb1e) to head (3179f44). Report is 10 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3182 +/- ## ========================================== - Coverage 86.63% 84.47% -2.17% ========================================== Files 52 52 Lines 9550 9596 +46 ========================================== - Hits 8274 8106 -168 - Misses 1276 1490 +214 ```
clatapie commented 2 weeks ago

I made some changes in the changelog fragment names as I didn't correctly named them. With no changes, release notes would have rendered as follow:

image

After having applied the changes, it will render as follow:

image

germa89 commented 2 weeks ago

I made some changes in the changelog fragment names as I didn't correctly named them. With no changes, release notes would have rendered as follow:

image

After having applied the changes, it will render as follow:

image

Is the miscelaneous label ignored on the release changelog?

clatapie commented 2 weeks ago

Also, to align with the changelog action, I will modify the repository labels:

Pinging @klmcadams for visibility.

clatapie commented 2 weeks ago

Is the miscelaneous label ignored on the release changelog?

No, it appears right after the Dependencies section:

image