From 8743c7176b1c2678f954d0e1ed1153885d238ec7 Mon Sep 17 00:00:00 2001 From: Topiltzin Hernandez Date: Fri, 3 Dec 2021 08:56:57 -0600 Subject: [PATCH] fix: Use latest version of rcba (#13) --- .github/workflows/configuration.json | 28 ++++++++++++++-------------- .github/workflows/release.yml | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/configuration.json b/.github/workflows/configuration.json index 2207c6d..941e368 100644 --- a/.github/workflows/configuration.json +++ b/.github/workflows/configuration.json @@ -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" } ] } diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 21a3aca..9595d24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: