diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c155ec5..7d84da0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,8 @@ --- name: Test and Release on: + schedule: + - cron: "0 0 * * *" push: branches: - main diff --git a/pyproject.toml b/pyproject.toml index 3e503b8..5d8df32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,5 +62,6 @@ 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" +parser_angular_minor_types = "feat" +parser_angular_patch_types = "fix,perf,sync" +commit_message = ""