ros-infrastructure / catkin_pkg

Standalone Python library for the catkin build system.
https://github.com/ros/catkin
Other
47 stars 91 forks source link

Push only created tag on catkin_prepare_release #241

Closed agutenkunst closed 5 years ago

agutenkunst commented 5 years ago

Closes #240

agutenkunst commented 5 years ago

The checks fail due to multiple flake8 errors unrelated to this PR. Any information on this?

dirk-thomas commented 5 years ago

@agutenkunst A recently released version of flake8 (and its dependencies) added some new warnings. #242 fixes the linting problems. Please rebase you patch on top of the latest master. That should fix the CI.

dirk-thomas commented 5 years ago

Thank you for implementing this enhancement!