Skip to content

Commit

Permalink
ci: change release commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Calychas committed Nov 16, 2023
1 parent e5206ff commit b9d2600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: ./.github/workflows/_tests.yml

github-release:
if: ${{ contains(github.event.head_commit.message, 'bump version') }}
if: ${{ contains(github.event.head_commit.message, format('chore(CI/CD){0} bump version', ':')) }}
name: Create a GitHub release
needs: [run-tests]
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ wrap-one-line = true
[tool.bumpver]
current_version = "0.6.1"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "chore: bump version {old_version} -> {new_version}"
commit_message = "chore(CI/CD): bump version {old_version} -> {new_version}"
commit = true
tag = false
push = false
Expand Down

0 comments on commit b9d2600

Please sign in to comment.