Skip to content

Commit

Permalink
Merge branch 'ign-msgs5' into scpeters/merge_5_8
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters committed Mar 15, 2023
2 parents b73ae0e + 9c282ff commit ab5f243
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 193 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Ubuntu Bionic CI
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Compile and test
id: ci
uses: ignition-tooling/action-ignition-ci@bionic
Expand All @@ -19,7 +19,7 @@ jobs:
name: Ubuntu Focal CI
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Compile and test
id: ci
uses: ignition-tooling/action-ignition-ci@focal
Expand All @@ -32,7 +32,7 @@ jobs:
name: Ubuntu Jammy CI
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Compile and test
id: ci
uses: ignition-tooling/action-ignition-ci@jammy
178 changes: 0 additions & 178 deletions COPYING

This file was deleted.

2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@

## Ignition Msgs 5.x

### Ignition Msgs 5.10.0 (2022-10-10)
### Ignition Msgs 5.11.0 (2022-10-10)

1. Ignition to Gazebo renaming.
* [Pull request #282](https://github.com/gazebosim/gz-msgs/pull/282)
Expand Down
Loading

0 comments on commit ab5f243

Please sign in to comment.