Skip to content

Commit 41af5aa

Browse files
Bump version to v3.1.0 (#923)
* Refs #21784. Bump version to 3.1.0 Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #21784. Update mirror workflow. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #21784. Update PR template. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #21784. Update nightly job. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> --------- Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent 849ac2b commit 41af5aa

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 2.14.x 2.10.x 2.6.x -->
22+
<!-- @Mergifyio backport 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.0.x'
16+
- '3.1.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_0_x:
24+
uses: eProsima/Fast-DDS-docs/.github/workflows/reusable-ubuntu-ci.yml@3.0.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.0.x'
30+
fastdds-docs-branch: '3.0.x'
31+
fastdds-branch: '3.0.x'
32+
fastdds-python-branch: '2.0.x'
33+
run-build: true
34+
run-tests: true
35+
use-ccache: false
36+
2337
nightly-ubuntu-ci-2_14_x:
2438
uses: eProsima/Fast-DDS-docs/.github/workflows/reusable-ubuntu-ci.yml@2.14.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.0.1'
404+
version = u'3.1.0'
405405
# The full version, including alpha/beta/rc tags.
406-
release = u'3.0.1'
406+
release = u'3.1.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)