Open
Description
Expected Behavior
I'm curious if there is any way to add an issue number to the footer as a meta value. For example, the branch is named feature/<prefix>-<number>
or fix/<prefix>-<number>
, if the branch name meets some regular expression to pick this issue number and automatically add it to the footer in format smth like ISSUE: <prefix>-<number>
.
If it's possible, I'm also curious about the opportunity to use multiple issues number: feature/<prefix>-<number1>,<number2>
-> ISSUES: <prefix>-<number1>, <prefix>-<number2>
.
Current Behavior
No response
Affected packages
- cli
- core
- prompt
- config-angular
Possible Solution
No response
Context
No response