Remove type prefix of the suggested subject message
The function getPreparedCommit should return the suggested message without the type prefixes (fix:, feat:,...).
// questions.js
default: getPreparedCommit('subject'),
Current behavior:
- Previous commit subject: "fix: my message"
- Current commit type: "fix"
- Current commit subject (suggestion): "fix: my message"
- Current commit subject after accept the suggestion: "fix: my message"
- Final commit subject "fix: fix: my message"
Hello! I created a pull-request which will solve this problem. https://github.com/leoforfree/cz-customizable/pull/132
+1
@leonardoanalista Hello, can you look this problem? If you don't have time, maybe I can help.
@leonardoanalista Hello, can you look this problem? If you don't have time, maybe I can help.
@flyerH +1,is there any solution?
@leonardoanalista Hello, can you look this problem? If you don't have time, maybe I can help.
@flyerH +1,is there any solution?
fork & fix
yes, I noticed this problem. I merge https://github.com/leoforfree/cz-customizable/pull/132 if rebased