Skip to content

Commit 2c3e6c3

Browse files
committed
Use gren to generate release notes
See https://github.com/github-tools/github-release-note for details
1 parent 0b6da68 commit 2c3e6c3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.grenrc.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
dataSource: "issues"
2+
prefix: ""
3+
onlyMilestones: false
4+
groupBy:
5+
"Enhancements": ["enhancement"]
6+
"Bug Fixes": ["bug"]
7+
changelogFilename: "CHANGELOG.md"
8+
template:
9+
issue: "- {{name}} [{{text}}]({{url}})"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Steeltoe NetCoreToolTemplates
22

33
[![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)
4+
[![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/)
45

56
Steeltoe NetCoreToolTemplates is a collection of .NET Core Tool templates.
67

0 commit comments

Comments
 (0)