-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: adding 'documentation' type to pyproject #3189
Conversation
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
Pinging @klmcadams for feedback. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3189 +/- ##
==========================================
- Coverage 86.61% 84.17% -2.45%
==========================================
Files 53 53
Lines 9630 9630
==========================================
- Hits 8341 8106 -235
- Misses 1289 1524 +235 |
I guess this change also needs to be applied here, otherwise, I think that it will be ignored by the action. |
You are right. @klmcadams can you confirm? |
@klmcadams Instead of adding I think all conversation started here: #3183 (comment) |
Delayed until changes are implemented in changelog action. |
Please @klmcadams let me know when this is ready. |
@klmcadams I guess this PR is no longer needed since:
|
@germa89 yes, sorry! @RobPasMue has a release been made to incorporate the doc-changelog changes yet? |
Not yet. I need to talk with @jorgepiloto first. We should do a major release probably |
Also, we should solve ansys/actions#531, at least partially first... |
I can work on that this morning before releasing. |
Any news about this? @RobPasMue @klmcadams ? :) |
@germa89 yes! If you bump doc-changelog to v7, then it should update your pyproject.toml by adding the missing tool.towncrier.type sections. If you want to use conventional commits, then add "use-conventional-commits: true" under the "with" section |
Closing because it has been implemented in the actions. Thank you a lot @klmcadams !! :) |
The use-conventional-commits input is true when you want the bot to determine what category your fragment file should be in based on the conventional commit in your PR title, rather than the labels in the PR. For example, this PR would be 3189.added.md since the conventional commit type "feat" would equate to "added" in the changelog, and the content of the file would be "adding 'documentation' type to pyproject" |
Got it now. Thank you! :) |
No problem! :) |
Description
I want to have a
Documentation
section in the release page.I believe this is an starting point, but because of this:
https://github.com/ansys/actions/blob/d01c6d2b1098b42ea9657767171034607431bb67/doc-changelog/action.yml#L120-L125
I think there inner plumbing is still not in place.
Issue linked
N/A
Checklist
draft
if it is not ready to be reviewed yet.feat: adding new MAPDL command
)