ROS 2 Workspace Action
Version updated for ichiro-its/ros2-ws-action to version v1.0.0.
- This action is used across all versions by 42 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
What’s Changed
- test: add a build fail test job by @threeal in https://github.com/ichiro-its/ros2-ws-action/pull/2
- test: remove ros 2 dashing test by @threeal in https://github.com/ichiro-its/ros2-ws-action/pull/3
- Update Default ROS 2 Distribution to ROS 2 Iron Irwini by @threeal in https://github.com/ichiro-its/ros2-ws-action/pull/7
- Update Copyright Year and License Section by @threeal in https://github.com/ichiro-its/ros2-ws-action/pull/8
- Update Action Configuration File Style by @threeal in https://github.com/ichiro-its/ros2-ws-action/pull/6
- Consolidate Script Content into Action Configuration File by @threeal in https://github.com/ichiro-its/ros2-ws-action/pull/10
- Refine Workflow Configuration by @threeal in https://github.com/ichiro-its/ros2-ws-action/pull/14
- Update Example Packages for Testing by @threeal in https://github.com/ichiro-its/ros2-ws-action/pull/13
- Implement Dependabot Configuration by @threeal in https://github.com/ichiro-its/ros2-ws-action/pull/16
- chore: bump actions/upload-artifact from 2.2.3 to 3.1.3 by @dependabot in https://github.com/ichiro-its/ros2-ws-action/pull/18
- chore: bump actions/checkout from 2.3.4 to 4.1.1 by @dependabot in https://github.com/ichiro-its/ros2-ws-action/pull/17
- Update Readme by @threeal in https://github.com/ichiro-its/ros2-ws-action/pull/19
- Introduce “ROS 2 Workspace Setup” Sub-Action by @threeal in https://github.com/ichiro-its/ros2-ws-action/pull/21
- Refine
.gitignore
File by @threeal in https://github.com/ichiro-its/ros2-ws-action/pull/20 - Revert Main Action Configuration File Name by @threeal in https://github.com/ichiro-its/ros2-ws-action/pull/24
- Correct Sparse Checkout Path for the Setup Job by @threeal in https://github.com/ichiro-its/ros2-ws-action/pull/28
- Introduce “ROS 2 Workspace Build” Sub-Action by @threeal in https://github.com/ichiro-its/ros2-ws-action/pull/25
- Enhance Test Workflow with Sparse Checkout by @threeal in https://github.com/ichiro-its/ros2-ws-action/pull/29
- Remove Upload Build Result Step by @threeal in https://github.com/ichiro-its/ros2-ws-action/pull/33
- Remove Fail Testing in the Test Workflow by @threeal in https://github.com/ichiro-its/ros2-ws-action/pull/32
- Adjust Job Names in the Test Workflow by @threeal in https://github.com/ichiro-its/ros2-ws-action/pull/37
- Initialize Workspace Setup Script After Workspace Setup by @threeal in https://github.com/ichiro-its/ros2-ws-action/pull/40
- Rename
ros2-distro
Input todistro
by @threeal in https://github.com/ichiro-its/ros2-ws-action/pull/41 - Rename the Project to “ROS 2 Workspace Action” by @threeal in https://github.com/ichiro-its/ros2-ws-action/pull/42
- Add “ROS 2 Workspace Test” Sub-Action by @threeal in https://github.com/ichiro-its/ros2-ws-action/pull/43
- Adjust Naming in “Setup, Build and Test” Job by @threeal in https://github.com/ichiro-its/ros2-ws-action/pull/44
- Update Examples Section of Readme File by @threeal in https://github.com/ichiro-its/ros2-ws-action/pull/45
- Fix
distro
Input Documentation by @threeal in https://github.com/ichiro-its/ros2-ws-action/pull/46
New Contributors
- @dependabot made their first contribution in https://github.com/ichiro-its/ros2-ws-action/pull/18
Full Changelog: https://github.com/ichiro-its/ros2-ws-action/compare/v0.1.0...v1.0.0