chore 🔧: improve GitHub Actions workflow for release creation

- Fix workflow triggers to support both manual runs and tag pushes
- Add conditional logic to handle different event types
- Skip already existing releases to prevent errors
- Add completion messages for better feedback
- Improve error handling for the release creation process
This commit is contained in:
Ante Budimir 2025-03-10 10:09:05 +02:00
parent 1092b47f1c
commit d2b62d3995
4 changed files with 45 additions and 8 deletions

View file

@ -5,9 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.4.4] - 2025-03-10
- Improve GitHub Actions workflow for release creation ()
## [1.4.3] - 2025-03-10
- Add coverage for shared utility functions ()
- Add coverage for shared utility functions (1092b47)
## [1.4.2] - 2025-03-09