icon

Features and epics list for release notes

Creates a list of features and gathered from git commits and tags using given pattern.

Feature descriptions are derived from commit messages. List of the features is based on previous commits messages.

The regex pattern to look for features is "<project_prefix>[0-9]{1,5}"

Epics are derived from tags.

The regex pattern to look for epics is "<project_prefix>[0-9]{1,5}_"

An alternative use, would be to create links to appropriate features and epics in the backlog system using the <default_backlog_url> variable.

Similar steps

Easily extract release notes for your project's changelog

Create a new release in JIRA.

This step runs the go list ./... command for you to list the go packages named by the import paths.

Updates the release status in Jira, marking it for release. The step includes the option to set the release as a draft.