Skip to content

Releases: ichiro-its/ros2-ws-action

Version 1.0.1

07 Nov 07:03
3f3a553
Compare
Choose a tag to compare

What's Changed

  • Add --ignore-src in the Setup Sub-action by @threeal in #47

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

03 Nov 07:01
b2a3f84
Compare
Choose a tag to compare

What's Changed

  • test: add a build fail test job by @threeal in #2
  • test: remove ros 2 dashing test by @threeal in #3
  • Update Default ROS 2 Distribution to ROS 2 Iron Irwini by @threeal in #7
  • Update Copyright Year and License Section by @threeal in #8
  • Update Action Configuration File Style by @threeal in #6
  • Consolidate Script Content into Action Configuration File by @threeal in #10
  • Refine Workflow Configuration by @threeal in #14
  • Update Example Packages for Testing by @threeal in #13
  • Implement Dependabot Configuration by @threeal in #16
  • chore: bump actions/upload-artifact from 2.2.3 to 3.1.3 by @dependabot in #18
  • chore: bump actions/checkout from 2.3.4 to 4.1.1 by @dependabot in #17
  • Update Readme by @threeal in #19
  • Introduce "ROS 2 Workspace Setup" Sub-Action by @threeal in #21
  • Refine .gitignore File by @threeal in #20
  • Revert Main Action Configuration File Name by @threeal in #24
  • Correct Sparse Checkout Path for the Setup Job by @threeal in #28
  • Introduce "ROS 2 Workspace Build" Sub-Action by @threeal in #25
  • Enhance Test Workflow with Sparse Checkout by @threeal in #29
  • Remove Upload Build Result Step by @threeal in #33
  • Remove Fail Testing in the Test Workflow by @threeal in #32
  • Adjust Job Names in the Test Workflow by @threeal in #37
  • Initialize Workspace Setup Script After Workspace Setup by @threeal in #40
  • Rename ros2-distro Input to distro by @threeal in #41
  • Rename the Project to "ROS 2 Workspace Action" by @threeal in #42
  • Add "ROS 2 Workspace Test" Sub-Action by @threeal in #43
  • Adjust Naming in "Setup, Build and Test" Job by @threeal in #44
  • Update Examples Section of Readme File by @threeal in #45
  • Fix distro Input Documentation by @threeal in #46

New Contributors

Full Changelog: v0.1.0...v1.0.0

Version 0.1.0

23 May 08:24
0ee5f91
Compare
Choose a tag to compare
  • Automatically install dependencies using rosdep.
  • Build and test a ROS 2 workspace using colcon.
  • Specify ROS 2 distribution to be used.