ros-infrastructure / superflore

An extended platform release manager for Robot Operating System
Apache License 2.0
52 stars 33 forks source link

Release 0.3.3 #286

Closed allenh1 closed 2 years ago

allenh1 commented 3 years ago

Signed-off-by: Hunter L. Allen hunter.allen@ghostrobotics.io

@shr-project / @herb-kuta-lge I need to generate the changelog, but this is step one... I'll set it up on my laptop and see how it goes.


Closes #283

allenh1 commented 3 years ago

@herb-kuta-lge okay, updated changelog. PTAL

allenh1 commented 3 years ago

@tfoote / @nuclearsandwich I've seen some articles about Travis changing rules and whatnot... What actions are required to get that up and running again here?

tfoote commented 3 years ago

Travis is basically only available for paying clients now. We have generally switched everything over to GIthub Actions which wer running on Travis.

herb-kuta-lge commented 3 years ago

I see there's both master and main branches. Is the intent that they always be coincident? Currently, they're not.

tfoote commented 3 years ago

As repos transition to main from master I've found using this github action to automatically mirror it useful. Example in rocker: https://github.com/osrf/rocker/blob/main/.github/workflows/mirror-main-to-master.yaml

nuclearsandwich commented 3 years ago

I've opened https://github.com/ros-infrastructure/superflore/pull/288 to add a GitHub Action for superflore CI.

allenh1 commented 3 years ago

@herb-kuta-lge / @tfoote PTAL

@nuclearsandwich thanks for getting the actions working for us!