ci: added proper type for pairs update

api-breakage
Morty Space 4 years ago
parent ab47666b06
commit bd155b97ac
  1. 2
      .github/workflows/test.yml
  2. 3
      pyproject.toml

@ -69,7 +69,7 @@ jobs:
author_email: "morty.space@gmail.com"
author_name: "Morty Space"
directory: './src'
message: "[BOT] Updated API pairs and coins"
message: "sync: Updated API pairs and coins"
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Prepare codeclimate
if: matrix.python-version == '3.10'

@ -61,3 +61,6 @@ branch = "main"
upload_to_pypi = true
upload_to_release = true
build_command = "pip install poetry && poetry build"
parser_angular_allowed_types="build,chore,ci,docs,feat,fix,perf,style,refactor,test,sync"
parser_angular_minor_types="feat"
parser_angular_patch_types="fix,perf,sync"

Loading…
Cancel
Save