Everduin94 / better-commits

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

feat(branch): #71 better branch order #78

Closed Everduin94 closed 5 months ago

Everduin94 commented 5 months ago

Added ability to change better branch order. Added version field (default disabled).

Closes: #71

Everduin94 commented 5 months ago

@groovyghoul - I ended up writing something a bit simpler than a branch template property.

I have a few more changes to make. I think description should probably always be at the end. So I'm considering removing that from the configurable order. Edit: leaving it, but removing the last character if not alpha-numeric.

Let me know if this works for you. The default order uses version where you mentioned it. However, version is enabled: false by default. So you'll still have to update the config a little to make this work. You don't need to checkout and test or anything, but wanted to make sure this can do what you were looking for!

github-actions[bot] commented 5 months ago

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

The release is available on:

Your semantic-release bot :package::rocket: