cz-jira-simple-changelog
v0.0.3
Published
Simplified commitizen adapter following the conventional-changelog format.
Readme
cz-jira-simple-changelog
Simple cz plugin with jira ID support based in branch name
Add this to your package JSON:
{
...
"config": {
"jiraProject": "MYPROJECT"
}
...
}Prompts for conventional changelog. Infers jira issue based on branch name:
MYPROJECT-2345 feat(home) Add new feature to homeAdds a pull commit type, being the scope the pull request number, like pull(#123) description here.
