Commit Graph

5 Commits

Author SHA1 Message Date
fcb80ef5ce feat(workflows): add token input for release action
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s
- Adds `token` input to the release workflow to use a secret token.
- Enhances automation by enabling authenticated release publishing.
2025-06-14 18:57:59 +02:00
7bad547539 feat(workflow): enhance release process with additional steps
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s
- 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
2025-06-14 18:53:10 +02:00
4ab6624add feat(workflows): enhance release process with additional steps
Some checks failed
Auto Changelog & Release / release (push) Failing after 3s
- 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
2025-06-14 18:49:22 +02:00
e73d1324b7 chore(workflows): update release step with descriptive name
- Adds a descriptive name to the release step for improved clarity
2025-06-14 18:45:28 +02:00
84d0da4478 feat(workflows): add automated changelog and release workflow
Some checks failed
Auto Changelog & Release / release (push) Failing after 2s
- Introduces a workflow triggered on main branch pushes
- Automates changelog generation and release creation using a custom action
2025-06-14 18:42:20 +02:00