infl-release
release tool for infl-repos
Quick Overview
npm install -g infl-release
cd my-app
infl-release
or infl-release -m
for modules
requirements
project repos must contain a .jira
file that contains
PROJECT_ID=<jira-project-id>
your home folder must contain a file .infl
that contains
JIRA_USERNAME=<jira username>
JIRA_PASSWORD=<jira password>