0.0.3 • Published 7 years ago

cz-jira-simple-changelog v0.0.3

Weekly downloads
16
License
MIT
Repository
github
Last release
7 years ago

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 home

Adds a pull commit type, being the scope the pull request number, like pull(#123) description here.