Establish and document the versioning system for the autoware_msgs #379
Labels
component:system
System design and integration.
status:stale
Inactive or outdated issues. (auto-assigned)
type:documentation
Creating or refining documentation.
type:new-feature
New functionalities or additions, feature requests.
Checklist
Description
This proposal outlines the need for a defined versioning system for
autoware_msgs
. It will also cover how various packages and tools that interact withautoware_msgs
can adapt to this versioning system.This proposal serves as a follow-up from:
cc. @mitsudome-r @isamu-takagi @wep21 @kenji-miyake @TakaHoribe @mehmetdogru @kaancolak @miursh
Purpose
autoware_msgs
to improve source control and make updates transparent and trackable.autoware_msgs
to adapt to changes or updates, ensuring smooth integration and avoiding potential conflicts.autoware_msgs
package.Possible approaches
Semantic Versioning (SemVer): Implement Semantic Versioning (major.minor.patch), providing clarity about backward compatibility and allowing easier integration for packages interacting with
autoware_msgs
.Release Branching: Create release branches for
autoware_msgs
for each major version. This allows for bug fixes and minor updates to be added to previous versions without disturbing the main development.Definition of done
autoware_msgs
versioning system.The text was updated successfully, but these errors were encountered: