A tool to analyze git commits, extract JIRA numbers and pull issue details for Change Request process
- install
brew install crgenerator
- config
echo 'export JIRA_BASE_URL=???' >> ~/.zshrc
echo 'export JIRA_USER_NAME=???' >> ~/.zshrc
echo 'export JIRA_API_TOKEN=???' >> ~/.zshrc
source ~/.zshrc
- run - go to project directory, check JIRA issues between commits, tags, branches etc
crgenerator $START $END
Your contributions are always welcome!
This work is licensed under MIT.