From accecf44de6782c56ee10edf777e3eaaf4f2cbf1 Mon Sep 17 00:00:00 2001 From: Elenterius Date: Tue, 11 Apr 2023 01:54:59 +0200 Subject: [PATCH] ci: set conventional changelog preset --- .github/workflows/gh_release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gh_release.yml b/.github/workflows/gh_release.yml index 128385732..da716af61 100644 --- a/.github/workflows/gh_release.yml +++ b/.github/workflows/gh_release.yml @@ -67,6 +67,7 @@ jobs: id: changelog uses: TriPSs/conventional-changelog-action@v3 with: + preset: 'conventionalcommits' github-token: ${{ secrets.GITHUB_TOKEN }} version-file: './mod_version.json' version-path: 'semantic'