From 6e9364a9e5f02b2521ae4b32fc1d7c0bf4bea2e0 Mon Sep 17 00:00:00 2001 From: jack bond-preston Date: Sun, 3 Jul 2022 07:55:42 +0100 Subject: [PATCH] ci: use tag changelog config --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eed6343..ea67a6f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: uses: loopwerk/tag-changelog@v1 with: token: ${{ secrets.GITHUB_TOKEN }} - exclude_types: other,doc,chore + config_file: .github/workflows/tag_changelog_config.js - name: Create release uses: actions/create-release@latest @@ -26,5 +26,5 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} + release_name: ${{ github.ref }} body: ${{ steps.changelog.outputs.changes }}