Add release versioning and Docker release workflow

This commit is contained in:
Sergey Filkin
2026-04-17 23:44:16 +03:00
parent 0fe596383e
commit 94a3e102b4
8 changed files with 129 additions and 1 deletions
+4
View File
@@ -1 +1,5 @@
"""Application package for the md-to-html service."""
from app.version import __version__
__all__ = ["__version__"]