sbt-release-helper

This sbt plugin adds functionality to sbt-release plugin to create release notes from Jira.

The following environment variables should be configured

JIRA_ENDPOINT jira search endpoint eg. https://jira.your-org.com/rest/api/2/search

JIRA_TOKEN Base64 encoded string eg. Basic <base64 encoded string value for username:password>

JIRA_PROJECT Jira project ID

PROJECT_VERSION_PREFIX Prefix for jira Fix Version tag