Skip to content

Commit

Permalink
Branch out 3.2.x (#139)
Browse files Browse the repository at this point in the history
* Refs #21882: Bump version to 3.2.x

Signed-off-by: eProsima <[email protected]>

* Refs #21882: Update mirror workflow

Signed-off-by: eProsima <[email protected]>

* Refs #21882: Include previous version in PR template backports list

Signed-off-by: eProsima <[email protected]>

---------

Signed-off-by: eProsima <[email protected]>
  • Loading branch information
JesusPoderoso authored Oct 17, 2024
1 parent 055bcf1 commit 8546b7f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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 2.14.x 2.10.x 2.6.x -->
<!-- @Mergifyio backport 3.1.x 3.0.x 2.14.x 2.10.x 2.6.x -->

<!-- If an issue is already opened, please uncomment next line with the corresponding issue number. -->
<!-- Fixes #(issue) -->
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
dest_branch:
- '3.1.x'
- '3.2.x'
- '3.x'
steps:
- name: Mirror action step
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ def select_css(html_css_dir):
# built documents.
#
# The short X.Y version.
version = u'3.1.0'
version = u'3.2.0'
# The full version, including alpha/beta/rc tags.
release = u'3.1.0'
release = u'3.2.0'

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

0 comments on commit 8546b7f

Please sign in to comment.