Everduin94 / better-commits

A CLI for creating better commits following the conventional commits specification
MIT License
1.96k stars 69 forks source link

feat(options): New option for ticket title #96

Closed mike-minchenko closed 5 months ago

mike-minchenko commented 5 months ago

Added a new option: check_ticket.title_position = "beginning"

Will place the ticket number at the beginning of the entire commit message.

Example: [TICKET-123] feat(app): New option

I don't know how useful this is for other people, but our project uses this commit structure and it would be very convenient to use better-commits in our project for standardization.

Everduin94 commented 5 months ago

Hey there, thanks for contributing! Give me a sec to test this out on my machine. At at glance the PR looks good.

github-actions[bot] commented 5 months ago

:tada: This PR is included in version 1.15.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: