[x] 🐞 Bug fix (non-breaking change which fixes an issue)
[ ] ✨ New feature (non-breaking change which adds functionality)
[ ] 📝 Document (This change requires a documentation update)
[ ] 🎨 Theme style (Theme style beautification)
[ ] ⚠ Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] 🔨 Workflow (Workflow changes)
Clear Describe
A clear and concise description of what update for target.
fix(cz-git): fix empty custom output 'CUSTOM' value
Description
Please enter detailed relevant motivation, background and implementation ... descriptive information.
After bump the inquirer dependency, it is not supported to output a prompt value with the same name.
Although it has been processed, the build message has not been correctly judged
Related ISSUE
link #55
Type Of Change
Clear Describe
Description
After bump the
inquirer
dependency, it is not supported to output a prompt value with the same name. Although it has been processed, thebuild message
has not been correctly judgedTest Case