DEVX-156: docs: expand package docstring with CI module overview
Post-merge / detect-and-configure (push) Successful in 31s
Post-merge / release-and-maintain (push) Successful in 1m0s

Co-authored-by: emil User <emil.simeonov@tutanota.com>
This commit was merged in pull request #280.
This commit is contained in:
2026-08-24 21:42:10 +00:00
committed by kireto
parent 11c4a1fc9e
commit 2704ec45b5
2 changed files with 41 additions and 1 deletions
+7 -1
View File
@@ -1,3 +1,9 @@
"""devx — reusable development and CI/CD tools for oblachno-oss projects."""
"""devx — reusable development and CI/CD tools for oblachno-oss projects.
Provides CI/CD automation (validate_spec, check_pr_size, nightly_gate,
create_dependency_pr, auto_merge, release, publish), developer tooling
(setup, install_tools, configure_repo, create_task, create_pr), and
molecule testing helpers for Ansible projects.
"""
__version__ = "0.50.1"