Skip to content

Commit

Permalink
Use gren to generate release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ccheetham committed Oct 25, 2021
1 parent 0b6da68 commit 2c3e6c3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .grenrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
dataSource: "issues"
prefix: ""
onlyMilestones: false
groupBy:
"Enhancements": ["enhancement"]
"Bug Fixes": ["bug"]
changelogFilename: "CHANGELOG.md"
template:
issue: "- {{name}} [{{text}}]({{url}})"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 2c3e6c3

Please sign in to comment.