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.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “DataBurst Python Semantic Versioning” GitHub Action automates semantic versioning for Python projects using a custom emoji-based commit parser. It analyzes commit messages to determine the next version, updates the pyproject.toml file, creates Git tags, generates GitHub releases with changelogs, and ensures version synchronization. This action streamlines release workflows, reduces manual versioning errors, and supports both dry-run and debug modes for testing and troubleshooting.
Release notes
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