Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 349 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 349 Bytes

Kibana release note utilities

Setup

You will need a personal access token from github with read access to the Kibana repo.

echo '{"token":"YOUR_GITHUB_TOKEN"}' > .token.json
npm install

Generate a list of PRs

Update prs.js with the appropriate version info.

node prs

Check github limits

node limit