Skip to content

Commit

Permalink
Bump version to 2.14.0 (#99)
Browse files Browse the repository at this point in the history
* Refs #20414: Bump version

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>

* Refs #20414: Update mirror workflow

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>

* Refs #20414: Add PR template

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>

* Refs #20414: Apply Edu' suggestion

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>

---------

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso committed Mar 19, 2024
1 parent 57f1a58 commit 9f80038
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 3 deletions.
44 changes: 44 additions & 0 deletions .github/pull_request_template.md
@@ -0,0 +1,44 @@
<!-- Provide a general summary of your changes in the Title above -->
<!-- It must be meaningful and coherent with the changes -->

<!--
If this PR is still a Work in Progress [WIP], please open it as DRAFT.
Please consider if any label should be added to this PR.
-->

## Description
<!--
Describe changes in detail.
If several features/bug fixes are included with these changes, please consider opening separated pull requests.
-->

<!--
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 2.13.x 2.10.x 2.6.x -->

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

<!-- In case the changes are built over a previous pull request, please uncomment next line. -->
<!-- This PR depends on #(PR) and must be merged after that one. -->

<!-- In case the changes are related to an implementation PR, please uncomment the next lines. -->
<!--
Related implementation PR:
* eProsima/ShapesDemo#(PR)
-->

## Contributor Checklist

- [ ] Commit messages follow the project guidelines. <!-- External contributors should sign the DCO. ShapesDemo docs developers must also refer to the internal Redmine task. -->
- [ ] Documentation tests pass locally.
- [ ] Applicable backports have been included in the description.

## Reviewer Checklist

- [ ] The PR has a milestone assigned.
- [ ] The title and description correctly express the PR's purpose.
- [ ] Check contributor checklist is correct.
- [ ] CI passes without warnings or errors.
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
dest_branch:
- '2.13.x'
- '2.14.x'
steps:
- name: Mirror action step
id: mirror
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -128,9 +128,9 @@ def select_css(html_css_dir):
# built documents.
#
# The short X.Y version.
version = u'2.13.3'
version = u'2.14.0'
# The full version, including alpha/beta/rc tags.
release = u'2.13.3'
release = u'2.14.0'

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

0 comments on commit 9f80038

Please sign in to comment.