Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(docs/conf.py): simplify version and tag detection logic for …
…better readability and maintainability The changes streamline the version and tag detection logic by removing redundant variables and consolidating the print statements. The logic now directly checks if the current commit has a version tag and constructs the release string accordingly. This improves code clarity and reduces unnecessary complexity.
- Loading branch information