Skip to content

Instantly share code, notes, and snippets.

@altherlex
Last active July 30, 2020 21:35
Show Gist options
  • Save altherlex/5f20de7a31b08be82974f8e620310b74 to your computer and use it in GitHub Desktop.
Save altherlex/5f20de7a31b08be82974f8e620310b74 to your computer and use it in GitHub Desktop.
{{#each releases}}
# Release {{version}}
[![Build status](https://dev.azure.com/GetSmartSolutions/The%20Product/_apis/build/status/Product-Web%20{{version}})](https://dev.azure.com/GetSmartSolutions/The%20Product/_build/latest?definitionId=39)
from {{niceDateStart}} to {{niceDateEnd}}
## Table of Contents
1. [Features](#features)
2. [Bugfixes](#bugfixes)
3. [List of Tasks](#list-of-tasks)
## Features
---
{{#each commits}}
* [{{subject}}]({{href}}) - {{message}}
{{/each}}
## Bugfixes
---
{{#each fixes}}
* [{{subject}}]({{href}}) - {{message}}
{{/each}}
{{/each}}
{{#each releases}}
## List of tasks
---
{{#each (sortBy commits "workItemId")}}
* #{{workItemId}}
{{/each}}
{{#each (sortBy fixes "workItemId")}}
* #{{workItemId}}
{{/each}}
{{/each}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment