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: '' 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