ManoManoTech / homer

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

feat: migrate the changelog command #21

Closed M0nkeySan closed 2 months ago

M0nkeySan commented 2 months ago

add a changelog command to display the commits of the last 3 tags.

Also include a link to the ticket if a ticket_id is detected in the commit message.

A new env variable is required to configure the ticket management URL : TICKET_MANAGEMENT_URL_PATTERN

resolve part of #16

cicoub13 commented 2 months ago

Can you add the command to README ?