Skip to content

Commit

Permalink
Merge pull request #35 from knopki/fix-release
Browse files Browse the repository at this point in the history
Fix release
  • Loading branch information
blokhin authored Jul 27, 2023
2 parents b7a31f3 + 9ac7a60 commit 9d3053e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Create bump and changelog
id: cz
if: github.repository == 'tilde-lab/metis-client'
if: github.repository == 'metis-science/metis-client'
uses: commitizen-tools/commitizen-action@4498afe6f2f1c5993fb29f22db7b597538c00aae
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ addopts = "--cov=metis_client --cov-report=term --no-cov-on-fail --cov-fail-unde

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.4.0"
tag_format = "v$version"
major_version_zero = true
version_files = [
"pyproject.toml:^version",
"metis_client/const.py:^PROJECT_VERSION",
]
version_provider = "pep621"
update_changelog_on_bump = true

0 comments on commit 9d3053e

Please # to comment.