ManoManoTech / homer

Homer is a Slack bot intended to help you to easily share and follow Gitlab merge requests.
MIT License
29 stars 10 forks source link

feat: add missing option (release) in help message #39

Closed fabienfleureau closed 1 month ago

fabienfleureau commented 1 month ago

The release command was added here (#26) but the help message is not referring to this command

fleboulch commented 1 month ago

Good job!

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 75.66%. Comparing base (ffc8641) to head (9073a1f). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #39 +/- ## ======================================= Coverage 75.66% 75.66% ======================================= Files 93 93 Lines 1886 1886 Branches 362 366 +4 ======================================= Hits 1427 1427 + Misses 450 429 -21 - Partials 9 30 +21 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

greg0ire commented 1 month ago

Thanks @fabienfleureau ! And congrats on your first contribution!