fix: Feat/flow (#133)

* fix

* fix

* fix

* fix

* Update docker.yml

* Update auto-release.yml

* Update pr-checker.yml

* Update pr-checker.yml

* fix: citation version

* Update .release-it.json

---------

Co-authored-by: Théo LAGACHE <theo.lagache@soluce-technologies.com>
This commit is contained in:
Théo LAGACHE
2026-03-04 13:02:24 +01:00
committed by GitHub
co-authored by Théo LAGACHE
parent 3d9a21f854
commit 6a227ccd7c
+5 -1
View File
@@ -16,7 +16,11 @@
"preset": "angular"
},
"@release-it/bumper": {
"out": "CITATION.cff"
"out": {
"file": "CITATION.cff",
"path": "version",
"type": "text/plain"
}
}
}
}