Skip to content

Commit

Permalink
fix: Use latest version of rcba (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Topi99 authored Dec 3, 2021
1 parent dbcf39a commit 8743c71
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,38 +35,38 @@
"label_extractor": [
{
"pattern": "^feat",
"method": "match",
"on_property": "title"
"on_property": "title",
"method": "match"
},
{
"pattern": "^test",
"method": "match",
"on_property": "title"
"on_property": "title",
"method": "match"
},
{
"pattern": "^build",
"method": "match",
"on_property": "title"
"on_property": "title",
"method": "match"
},
{
"pattern": "^fix",
"method": "match",
"on_property": "title"
"on_property": "title",
"method": "match"
},
{
"pattern": "^docs",
"method": "match",
"on_property": "title"
"on_property": "title",
"method": "match"
},
{
"pattern": "^doc",
"method": "match",
"on_property": "title"
"on_property": "title",
"method": "match"
},
{
"pattern": "^chore",
"method": "match",
"on_property": "title"
"on_property": "title",
"method": "match"
}
]
}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Build Changelog
id: github_release
uses: mikepenz/release-changelog-builder-action@v1
uses: mikepenz/release-changelog-builder-action@{latest-release}
with:
configuration: ".github/workflows/configuration.json"
env:
Expand Down

0 comments on commit 8743c71

Please sign in to comment.