Skip to content

Commit

Permalink
Update release config
Browse files Browse the repository at this point in the history
  • Loading branch information
evan361425 committed Sep 9, 2021
1 parent 99bfeca commit 9bf25b8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: github_release
uses: mikepenz/release-changelog-builder-action@v1
with:
configuration: "release.json"
configuration: "release.config.json"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
25 changes: 25 additions & 0 deletions release.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"categories": [
{
"title": "## 🚀 Features",
"labels": ["enhancement"]
},
{
"title": "## 🐛 Fixes",
"labels": ["bug"]
}
],
"ignore_labels": [
"ignore"
],
"sort": "ASC",
"template": "${{CHANGELOG}}\n\n## 👻 Other\n\n${{UNCATEGORIZED}}\n",
"pr_template": "- ${{TITLE}}: #${{NUMBER}} by ${{AUTHOR}}",
"empty_template": "No changes",
"tag_resolver": {
"method": "semver"
},
"base_branches": [
"master"
]
}
47 changes: 0 additions & 47 deletions release.json

This file was deleted.

0 comments on commit 9bf25b8

Please sign in to comment.