Skip to content

Commit 9a852c1

Browse files
Branch out 3.2.x (#939)
* Refs #21882: Bump version to 3.2.x Signed-off-by: eProsima <jesuspoderoso@eprosima.com> * Refs #21882: Update mirror workflow Signed-off-by: eProsima <jesuspoderoso@eprosima.com> * Refs #21882: Include previous version in PR template backports list Signed-off-by: eProsima <jesuspoderoso@eprosima.com> * Refs #21882: Add nightly workflows of 3.1.x version Signed-off-by: eProsima <jesuspoderoso@eprosima.com> --------- Signed-off-by: eProsima <jesuspoderoso@eprosima.com>
1 parent d60571d commit 9a852c1

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
In case of bug fixes, please provide the list of supported branches where this fix should be also merged.
2020
Please uncomment following line, adjusting the corresponding target branches for the backport.
2121
-->
22-
<!-- @Mergifyio backport 3.0.x 2.14.x 2.10.x 2.6.x -->
22+
<!-- @Mergifyio backport 3.1.x 3.0.x 2.14.x 2.10.x 2.6.x -->
2323

2424
<!-- If an issue is already opened, please uncomment next line with the corresponding issue number. -->
2525
<!-- Fixes #(issue) -->

.github/workflows/mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
dest_branch:
16-
- '3.1.x'
16+
- '3.2.x'
1717
- '3.x'
1818
steps:
1919
- name: Mirror action step

.github/workflows/nightly-ubuntu-ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ jobs:
2020
run-tests: true
2121
use-ccache: false
2222

23+
nightly-ubuntu-ci-3_1_x:
24+
uses: eProsima/Fast-DDS-docs/.github/workflows/reusable-ubuntu-ci.yml@3.1.x
25+
with:
26+
# It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket:
27+
# https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
28+
os-version: 'ubuntu-24.04'
29+
label: 'nightly-ubuntu-ci-3.1.x'
30+
fastdds-docs-branch: '3.1.x'
31+
fastdds-branch: '3.1.x'
32+
fastdds-python-branch: '2.1.x'
33+
run-build: true
34+
run-tests: true
35+
use-ccache: false
36+
2337
nightly-ubuntu-ci-3_0_x:
2438
uses: eProsima/Fast-DDS-docs/.github/workflows/reusable-ubuntu-ci.yml@3.0.x
2539
with:

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,9 @@ def configure_doxyfile(
401401
# built documents.
402402
#
403403
# The short X.Y version.
404-
version = u'3.1.0'
404+
version = u'3.2.0'
405405
# The full version, including alpha/beta/rc tags.
406-
release = u'3.1.0'
406+
release = u'3.2.0'
407407

408408
# The language for content autogenerated by Sphinx. Refer to documentation
409409
# for a list of supported languages.

0 commit comments

Comments
 (0)