From 4e858a64992735eefaf525298d688bb39ee11ee4 Mon Sep 17 00:00:00 2001 From: Raphael Schweikert Date: Thu, 17 Oct 2024 18:46:09 +0200 Subject: [PATCH 1/2] ci: add missing job id --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46ec23b..2bea550 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,7 @@ jobs: ssh-key: ${{ secrets.DEPLOY_KEY }} - name: Create Changelog and Tag + id: changelog uses: TriPSs/conventional-changelog-action@v5 with: github-token: '' From 063d73936a024b9e1c6efbf87ba51c5f3f74e40f Mon Sep 17 00:00:00 2001 From: Raphael Schweikert Date: Thu, 17 Oct 2024 18:50:28 +0200 Subject: [PATCH 2/2] =?UTF-8?q?ci:=20don=E2=80=99t=20format=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .prettierignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.prettierignore b/.prettierignore index 756b22f..881e9bc 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1 +1,2 @@ *.svg +/docs/CHANGELOG.md \ No newline at end of file