From 5abbfc9c679c37fa4622246a28a3350c321677e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 26 Jan 2025 18:33:04 +0000 Subject: [PATCH] more changes --- .github/workflows/github_action.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/github_action.yml b/.github/workflows/github_action.yml index 1312dd42..11dbb965 100644 --- a/.github/workflows/github_action.yml +++ b/.github/workflows/github_action.yml @@ -27,15 +27,11 @@ jobs: uses: TriPSs/conventional-changelog-action@v3 with: github-token: ${{ secrets.GITHUB_TOKEN }} - version-file: './pyproject.toml' + version-path: 'tool.poetry.version' git-message: 'chore(release): {version}' preset: 'angular' tag-prefix: 'v' - output-file: 'CHANGELOG.md' release-count: 0 - skip-version-file: false - skip-commit: false - skip-tag: false - name: Set up Python uses: actions/setup-python@v5