- Adds gha-timer to measure and log execution time for steps
- Improves visibility into step outcomes with success/failure logging
- Enhances debugging and performance analysis capability
- Add git-cliff installation and configuration for changelog generation
- Include CLIFF_VERSION detection and handling
- Improve git setup for release automation
- Refine conditional steps for changelog and version release
- Simplifies the workflow by removing redundant steps
- Eliminates scripts for version reading, CLI installation, and changelog generation
- Focuses on reducing complexity and maintaining essential functionality
- Update action reference to use the main branch for stability
- Add scripts for version detection, CLI version reading, and git-cliff installation
- Include setup for git configuration and changelog generation
- Improve release logic based on version changes and branch checks
- Eliminate redundant steps for CLIFF version reading, git-cliff
installation, and git setup to streamline action configuration
- Simplifies the workflow by focusing on essential functionality
- Remove steps for generating unreleased changelogs and releasing
from version in the GitHub Action workflow.
- Simplify the workflow by retaining only essential steps.
- Introduces a composite GitHub Action to automate changelog generation
and Gitea release processes
- Includes version detection, changelog updates, and release steps
- Supports configurable author details and optional PAT for API access