Use gren to generate release notes

See https://github.com/github-tools/github-release-note for details
This commit is contained in:
Chris Cheetham 2021-10-12 11:12:58 -04:00
Родитель 903b4b8a54
Коммит dcc41baa14
2 изменённых файлов: 10 добавлений и 0 удалений

9
.grenrc.yaml Normal file
Просмотреть файл

@ -0,0 +1,9 @@
dataSource: "issues"
prefix: ""
onlyMilestones: false
groupBy:
"Enhancements": ["enhancement"]
"Bug Fixes": ["bug"]
changelogFilename: "CHANGELOG.md"
template:
issue: "- {{name}} [{{text}}]({{url}})"

Просмотреть файл

@ -1,6 +1,7 @@
# Steeltoe NetCoreToolTemplates
[![Build Status](https://dev.azure.com/SteeltoeOSS/Steeltoe/_apis/build/status/Initializr/SteeltoeOSS.NetCoreToolTemplates?branchName=main)](https://dev.azure.com/SteeltoeOSS/Steeltoe/_build/latest?definitionId=46&branchName=main)
[![Automated Release Notes by gren](https://img.shields.io/badge/%F0%9F%A4%96-release%20notes-00B2EE.svg)](https://github-tools.github.io/github-release-notes/)
Steeltoe NetCoreToolTemplates is a collection of .NET Core Tool templates.