Skip to content

Commit

Permalink
chore(ci): Update release notes on each release (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilchenmann authored Jun 25, 2020
1 parent 0306c33 commit 2e4253b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ jobs:
run: |
echo ${{ secrets.DOCKER_HUB_TOKEN }} | docker login -u ${{ secrets.DOCKER_USER }} --password-stdin
make publish-sipi-image
- name: Update release notes
uses: lakto/gren-action@v1.1.0
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
25 changes: 25 additions & 0 deletions .grenrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"dataSource": "prs",
"prefix": "",
"onlyMilestones": false,
"changelogFilename": "CHANGELOG.md",
"ignoreIssuesWith": [
"duplicate",
"wontfix",
"invalid",
"help wanted",
"question",
"testing"
],
"template": {
"issue": "- [{{text}}]({{url}}) {{name}}"
},
"groupBy": {
"Breaking changes:": ["breaking/api", "breaking"],
"Enhancements:": ["enhancement"],
"Bug Fixes:": ["bug"],
"Documentation:": ["documentation"],
"Styling:": ["styling"],
"Other:": ["chore", "refactor"]
}
}

0 comments on commit 2e4253b

Please sign in to comment.