Commit Graph

4 Commits

Author SHA1 Message Date
209c25d05a refactor(action): remove unused CLI setup steps
Some checks failed
Auto Changelog & Release / release (push) Failing after 2s
- 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
2025-06-14 18:48:37 +02:00
a66fc97f2a refactor(action): remove unused changelog and release steps
Some checks failed
Auto Changelog & Release / release (push) Failing after 2s
- Remove steps for generating unreleased changelogs and releasing
  from version in the GitHub Action workflow.
- Simplify the workflow by retaining only essential steps.
2025-06-14 18:46:42 +02:00
b65e9ee542 fix(action): ensure fallback for release token input
Some checks failed
Auto Changelog & Release / release (push) Failing after 2s
- Adds a fallback to an empty string for the release token input
  to prevent potential issues when the input is undefined.
2025-06-14 18:45:34 +02:00
978d002e9e feat(action): add composite action for changelog and release
- 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
2025-06-14 18:36:21 +02:00