Skip to content

Commit

Permalink
Add RELEASE_SUPPORT.md and update PR template versions (#136)
Browse files Browse the repository at this point in the history
* 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
Mario-DL and JesusPoderoso authored Jul 26, 2024
1 parent 40c8daa commit 7332a9c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
In case of bug fixes, please provide the list of supported branches where this fix should be also merged.
Please uncomment following line, adjusting the corresponding target branches for the backport.
-->
<!-- @Mergifyio backport 3.0.x 1.7.x 1.6.x 1.3.x -->
<!-- @Mergifyio backport 3.0.x 1.5.x 1.2.x -->

<!-- If an issue is already opened, please uncomment next line with the corresponding issue number. -->
<!-- Fixes #(issue) -->
Expand All @@ -48,5 +48,3 @@
- [ ] The PR has a milestone assigned.
- [ ] The title and description correctly express the PR's purpose.
- [ ] Check contributor checklist is correct.
- [ ] Check CI results: changes do not issue any warning.
- [ ] Check CI results: failing tests are unrelated with the changes.
16 changes: 16 additions & 0 deletions RELEASE_SUPPORT.md
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).

0 comments on commit 7332a9c

Please sign in to comment.