Skip to content
This repository has been archived by the owner on Dec 25, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 253 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 253 Bytes

JIRA ChangeLog Generator

Generate a CHANGELOG.md for a project. Uses the JIRA REST API.

Building

$ npm install

Using

$ EXPORT JIRA_URL=https://admin:<password>@<my-space>.atlassian.net/<MY-PROJ>
$ node app.js > CHANGELOG.md