UniversalRobots / Universal_Robots_Client_Library

A C++ library for accessing the UR interfaces that facilitate the use of UR robotic manipulators by external applications.
Apache License 2.0
117 stars 88 forks source link

Add a prerelease check that calls `bloom-generate` #134

Closed fmauch closed 1 year ago

fmauch commented 1 year ago

Since I had problems in the bloom-generate step when releasing 1.3.0 and similar things have happened in the past, I think it is a good idea to add a check to new PRs to prevent such things in the future.

This PR also contains a fix for the regression currently living on the master branch introduced in #127.