From bd155b97ac205d4c8da4ab648eeaeee8c64f1449 Mon Sep 17 00:00:00 2001 From: Morty Space Date: Sun, 15 May 2022 17:29:17 +0200 Subject: [PATCH] ci: added proper type for pairs update --- .github/workflows/test.yml | 2 +- pyproject.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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"