Skip to content

Commit

Permalink
chore: touchups after v8.0.0 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
domire8 authored May 2, 2024
1 parent 92f413b commit 1172627
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
version: ${{ steps.versions.outputs.new_version }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 2
- id: versions
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: ${{ matrix.image }}
name: Build and publish (${{ matrix.arch }})
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: aica-technology/.github/.github/actions/list-add-suffixes@v0.6.1
id: merge-tags
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
shell: bash

check-skippable-changes:
needs: [ check-changelog, check-version ]
name: Check skippable changes
runs-on: ubuntu-latest
outputs:
Expand Down
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ easier release cycles (see [CONTRIBUING](./CONTRIBUTING.md)). Additionally, the

### Features

The `state_representation` module was extended with two new classes, `AnalogIOState` and `DigitalIOState`. Additionally,
the `robot_model` module now supports collision detection features from pinocchio, allowing to retrieve minimum
The `robot_model` module now supports collision detection features from pinocchio, allowing to retrieve minimum
distances between links.

### General
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img alt="build-release workflow badge" src="https://github.com/aica-technology/control-libraries/actions/workflows/build-release.yml/badge.svg">
<img alt="build-test workflow badge" src="https://github.com/aica-technology/control-libraries/actions/workflows/build-test.yml/badge.svg?branch=main">
<img alt="contribution license agreement workflow badge" src="https://github.com/aica-technology/control-libraries/actions/workflows/check-contribution.yml/badge.svg?branch=main">
<img alt="page build and deployment workflow badge" src="https://github.com/aica-technology/control-libraries/actions/workflows/generate-docs/badge.svg?branch=main">
<img alt="page build and deployment workflow badge" src="https://github.com/aica-technology/control-libraries/actions/workflows/generate-docs.yml/badge.svg?branch=main">
</span>

# Control Libraries
Expand Down

0 comments on commit 1172627

Please sign in to comment.