Skip to content

Commit

Permalink
Merge branch 'ros2' into add/doc_backport_tool
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 committed Jun 27, 2024
2 parents eacf500 + 4f5ae69 commit 267b377
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,17 @@ Use this command to port a given PR of `PR_NUMBER` to the other branches:
backport --pr PR_NUMBER -b ros2-humble ros2-iron ros2-jazzy
```

# Versioning and Releases

- (__X__.0.0) We use the major version number to indicate a breaking change.
- (0.__Y__.0) The minor version number is used to differentiate between different ROS distributions:
- x.__0__.z: Humble Hawksbill
- x.__1__.z: Iron Irwini
- x.__2__.z: Jazzy Jalisco
- x.__3__.z: Rolling Ridley
- Future releases (Kilted Kaiju 05/25) will get x.__3__.z and _Rolling_ will be incremented accordingly.
- (0.0.__Z__) The patch version number is used for changes in the current ROS distribution that do not affect the API.

# License

The source code is released under a [BSD 3-Clause license](LICENSE).

0 comments on commit 267b377

Please sign in to comment.