Tool to generate the Kibana release notes. Deployed at release-notes.kibanateam.dev
- Install dependencies:
yarn install- Start the tool:
yarn start- Run tests:
yarn testThe app runs on port 4000 (configured in package.json).
After starting, it should open at http://localhost:4000.
NOTE: In order for the tool to generate release notes, you must provide a Github token with the public_repo permission for public repos or the full repo scope for private repos.