From 5ac10d03df3d5391379e164157dee3d4e32d7652 Mon Sep 17 00:00:00 2001 From: Sebastian Tramp Date: Thu, 16 Nov 2023 16:32:33 +0100 Subject: [PATCH] fix missing check for poetry versioning plugin on build task --- CHANGELOG.md | 3 ++- src/Taskfile.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5272b93..ec3430e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ### Changed - integrate ruff (removing bandit, flake8, black and pylint) -- dependency to plugin base 4.3.0 (cmem-cmempy >= 23.3) +- use plugin base 4.3.0 (cmem-cmempy >= 23.3) - use poetry-dynamic-versioning option bump=true - 0.0.1.devX.. instead of 0.0.0.postX ### Fixed - race condition in deploy task (#19) +- missing check for poetry versioning plugin on build task ## [5.3.4] 2023-11-06 diff --git a/src/Taskfile.yaml b/src/Taskfile.yaml index 55bfd4e..5578f6a 100644 --- a/src/Taskfile.yaml +++ b/src/Taskfile.yaml @@ -174,6 +174,7 @@ tasks: <<: *preparation deps: - clean + - poetry:check cmds: - poetry build