Skip to content

Commit

Permalink
fix missing check for poetry versioning plugin on build task
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Nov 16, 2023
1 parent 6f7b983 commit 5ac10d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ tasks:
<<: *preparation
deps:
- clean
- poetry:check
cmds:
- poetry build

Expand Down

0 comments on commit 5ac10d0

Please sign in to comment.