feat: removed old and introduced new structure

This commit is contained in:
2024-04-18 09:37:58 +02:00
parent 058be66aaa
commit 96921da618
34 changed files with 174 additions and 2138 deletions

3
.git_hooks/post-commit Executable file
View File

@@ -0,0 +1,3 @@
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
semantic-release changelog -D version_variable=$SCRIPT_DIR/../../semantic_release/__init__.py:__version__
semantic-release version -D version_variable=$SCRIPT_DIR/../../semantic_release/__init__.py:__version__