Skip to content

Commit

Permalink
Bazel: Export all URDF variants in upkie_description filegroup
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Sep 3, 2024
1 parent 655ae4d commit b20251c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ filegroup(
name = "upkie_description",
srcs = glob([
"**/*.stl",
"urdf/upkie.urdf",
"urdf/*.urdf",
])
)
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Added

- Bazel: Export all URDF variants in `upkie_description` filegroup

## [2.1.0] - 2024-07-31

### Added
Expand Down

0 comments on commit b20251c

Please sign in to comment.