diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 710cc19..c155ec5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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' diff --git a/pyproject.toml b/pyproject.toml index df66309..3e503b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"