epixa / kibana-release-notes

Hacky utilities for helping with Kibana release notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Hacky utilities for helping with Kibana release notes


Languages

Language:JavaScript 100.0%