Release notes are created between releases <%= head %>
and <%= base %>
.
- 👉 View stories in Shortcut
- 👉 [View Github diff](https://github.com/<%= repositoryOwner %>/<%= repository %>/compare/<%= base %>...<%= head %>)
<%_ if(stories.filter(createStoryTypeFilter('feature')).length) { _%>
<%_ stories.filter(createStoryTypeFilter('feature')).forEach((story) => { _%>
- <%= story.name %> [<%= story.id %>] <% story.labels.filter(labelVersionFilter).forEach((label) => { %>
<%= label.name %>
<% }); %> <% }); _%>
<%_ } %> <% if(stories.filter(createStoryTypeFilter('bug')).length) { _%>
<%_ stories.filter(createStoryTypeFilter('bug')).forEach((story) => { _%>
- <%= story.name %> [<%= story.id %>] <% story.labels.filter(labelVersionFilter).forEach((label) => { %>
<%= label.name %>
<% }); %> <% }); _%>
<%_ } %> <% if(stories.filter(createStoryTypeFilter('chore')).length) { _%>
<%_ stories.filter(createStoryTypeFilter('chore')).forEach((story) => { _%>
- <%= story.name %> [<%= story.id %>] <% story.labels.filter(labelVersionFilter).forEach((label) => { %>
<%= label.name %>
<% }); %> <% }); _%>
<%_ } _%>