DOC: Add RocketPy change log file#472
Conversation
giovaniceotto
left a comment
There was a problem hiding this comment.
Great reference to https://keepachangelog.com/en/1.1.0/ @Gui-FernandesBR.
I have added a new checkbox to the PR template, leading users to update the new file.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #472 +/- ##
========================================
Coverage 70.80% 70.80%
========================================
Files 55 55
Lines 9234 9234
========================================
Hits 6538 6538
Misses 2696 2696
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
I almost forgot to include the link of this PR to the changelog. All good now, thanks for the help @giovaniceotto ! |
Pull request type
Checklist
black rocketpy/ tests/) has passed locallypytest --runslow) have passed locallyCurrent behavior
We often forget about what is being included in our releases.
New behavior
There's this CHANGELOG.md special file in the RocketPy root folder. This follows some internet standard format https://keepachangelog.com/en/1.1.0/
The idea is to update the changelog file every time we submit a PR that rings either a code addition, code change or code fix.
We must be short in the descriptions.
Breaking change
Additional information
Accepting suggestions before merging.
Thanks for bringing this out @giovaniceotto .