-
Notifications
You must be signed in to change notification settings - Fork 658
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
chore(package.xml): bump version to 0.39.0 #9587
chore(package.xml): bump version to 0.39.0 #9587
Conversation
Signed-off-by: Yutaka Kondo <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found 1 suggestion but it's not critical.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Reasons:
- This is the PR for version update from
0.38.0
to0.39.0
- I double checked if there is no any missing update by following command:
grep -R '<version>0.38.0</version>' ./
- It seems in the
scenario_simulator_v2_adaptor
, theCHANGELOG.rst
is missing (related link). But this missing file would be created in the next release timing. Thus I guess this is not an issue in this PR.
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9587 +/- ##
=======================================
Coverage 29.59% 29.59%
=======================================
Files 1442 1443 +1
Lines 108520 108522 +2
Branches 41410 41411 +1
=======================================
+ Hits 32119 32122 +3
+ Misses 73277 73274 -3
- Partials 3124 3126 +2
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Description
This PR updates package.xml and CHANGELOG.rst in the
main
branch according to the release done in thehumble
branch.We will be taking different release process from 0.40.0, but we need this update to be done for 0.39.0.
Related links
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.