-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add RELEASE_SUPPORT.md and update PR template versions (#136)
* Refs #20946: Add RELEASE_SUPPORT.md Signed-off-by: Mario Dominguez <[email protected]> * Refs #20946: Update supported versions in PR template Signed-off-by: JesusPoderoso <[email protected]> * Refs #20946: Remove CI checkd from PR template checklist Signed-off-by: JesusPoderoso <[email protected]> --------- Signed-off-by: Mario Dominguez <[email protected]> Signed-off-by: JesusPoderoso <[email protected]> Co-authored-by: JesusPoderoso <[email protected]>
- Loading branch information
1 parent
40c8daa
commit 7332a9c
Showing
2 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Release support | ||
|
||
Please, refer to the [master branch](https://github.com/eProsima/IDL-Parser/blob/master/RELEASE_SUPPORT.md) for the latest version of this document. | ||
|
||
*eProsima IDL parser* maintains several releases with different support cycles. | ||
**All of them are attached to different *eProsima Fast DDS-Gen* releases.** | ||
|
||
## *eProsima Fast DDS-Gen* and *IDL parser* version compatibility | ||
|
||
|Fast DDS-Gen Version|IDL parser Version|IDL parser Version branch|IDL parser Latest Release| | ||
|--------------------|------------------|-------------------------|-------------------------| | ||
|3.3|3.0|[3.0.x](https://github.com/eProsima/IDL-Parser/tree/3.0.x)|[v3.0.0](https://github.com/eProsima/IDL-Parser/releases/tag/v3.0.0)| | ||
|2.5|1.5|[1.5.x](https://github.com/eProsima/IDL-Parser/tree/1.5.x)|[v1.5.0](https://github.com/eProsima/IDL-Parser/releases/tag/v1.5.0)| | ||
|2.1|1.2|[1.2.x](https://github.com/eProsima/IDL-Parser/tree/1.2.x)|[v1.2.0](https://github.com/eProsima/IDL-Parser/releases/tag/v1.2.0)| | ||
|
||
For detailed information about the lifecycle of the different *Fast DDS-Gen* versions (and their corresponding counterpart in this repository), please refer to the [release support section of the Fast DDS-Gen repository](https://github.com/eProsima/Fast-DDS-Gen/blob/master/RELEASE_SUPPORT.md). |