Branch names are useful for identifying features that are part of the branch. It would be nice if maiao could give the user some leeway over their naming.
Current behavior
Branch names are auto-generated without any way of configuration. The resulting names contain the prefix maiao. and then a (seemingly) random assortment of characters like maiao.Ia53828902fbe392126f1ee6cfd595d24a2b425f0.
Desired behavior
The prefix of the message is configurable via CLI option
Bonus: Create ascending numbers with the given prefix, ie prefix ASD-123-introduce-header, resulting branches: ASD-123-introduce-header-1, ASD-123-introduce-header-2, etc.
Branch names are useful for identifying features that are part of the branch. It would be nice if
maiaocould give the user some leeway over their naming.Current behavior
Branch names are auto-generated without any way of configuration. The resulting names contain the prefix
maiao.and then a (seemingly) random assortment of characters likemaiao.Ia53828902fbe392126f1ee6cfd595d24a2b425f0.Desired behavior
The prefix of the message is configurable via CLI option
Bonus: Create ascending numbers with the given prefix, ie prefix
ASD-123-introduce-header, resulting branches:ASD-123-introduce-header-1,ASD-123-introduce-header-2, etc.