DataBurst Python Semantic Versioning
Version updated for https://github.com/mostafaghadimi/python-semantic-versioning to version v2.8.1.
- This action is used across all versions by 1 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “DataBurst Python Semantic Versioning” GitHub Action automates semantic versioning and release management for Python projects by analyzing commits using a custom emoji-based parser. It streamlines tasks such as determining the next version, updating pyproject.toml, managing Git tags, and creating GitHub releases with changelogs. This tool enhances workflow efficiency by eliminating manual versioning and enabling automated synchronization across project files.
What’s Changed
v2.8.1 (2025-12-28)
Bug Fixes
- Quote branch names in TOML config to support slashes in branch names (
9ac96a3)
Chores
- Bump version to v2.8.0 [skip ci] (
620d801)
Detailed Changes: v2.8.0…v2.8.1