ros-tooling / setup-ros

Github Action to set up ROS 2 on hosts
Apache License 2.0
86 stars 40 forks source link

Major release? #670

Closed ijnek closed 5 months ago

ijnek commented 5 months ago

@christophebedard thanks for adding support for jazzy on mainline. I've been using it for a week and things seem to be working great. Any chance we can get a major release out the door soon?

My rolling CIs are failing across all repos, and I'm finding it a bit painful to modify my github actions across my repos to all point to setupr-ros to master, just to switch back to the next versioned releases in a few weeks.

I have dependabot set up to track for the latest major release (i hope many others also do this too), so if there is a major release, i won't have to go manually upgrade the setup-ros version.

christophebedard commented 5 months ago

It works fine for me now too. I'll bump it to 0.7.2, since the new changes for Noble should not break existing workflows.

I have dependabot set up to track for the latest major release (i hope many others also do this too), so if there is a major release, i won't have to go manually upgrade the setup-ros version.

So you're using setup-ros@v0.7?

christophebedard commented 5 months ago

Released: https://github.com/ros-tooling/setup-ros/releases/tag/0.7.2

ijnek commented 5 months ago

Thanks a lot!

So you're using setup-ros@v0.7?

That's right, but since this is a minor release, looks like i won't have to update any tags :)