Skip to content

Commit

Permalink
Bump version to 2.1.0 (#177)
Browse files Browse the repository at this point in the history
* Refs #19902: Bump version to 2.1.0

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #19902: Add mirror workflow

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

---------

Signed-off-by: EduPonz <eduardoponz@eprosima.com>
  • Loading branch information
EduPonz authored Nov 14, 2023
1 parent cc994b0 commit aa637f9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# .github/workflows/mirror.yml
on:
push:
branches:
- 'master'
jobs:
mirror_job:
runs-on: ubuntu-latest
name: Mirror master branch to API & ABI compatible minor version branches
strategy:
fail-fast: false
matrix:
dest_branch:
- '2.1.x'
steps:
- name: Mirror action step
id: mirror
uses: eProsima/eProsima-CI/external/mirror-branch-action@v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
source: 'master'
dest: ${{ matrix.dest_branch }}
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ endif()
###############################################################################
# Project #
###############################################################################
project(fastcdr VERSION 2.0.0 LANGUAGES CXX)
project(fastcdr VERSION 2.1.0 LANGUAGES CXX)

set(PROJECT_NAME_STYLED "FastCDR")
set(PROJECT_NAME_LARGE "Fast CDR")
Expand Down

0 comments on commit aa637f9

Please sign in to comment.