Commit Graph

15 Commits

Author SHA1 Message Date
30f83b08ee refactor(actions): simplify action path structure
- Relocates action files to a flat directory structure
- Updates references to the new paths for better organization
2025-07-04 11:35:16 +02:00
09e41744fb feat(workflows): allow non-main branch releases
- Updates the release action version for compatibility
- Adds support for releasing from non-main branches
2025-07-04 11:32:10 +02:00
543b311d1e feat(actions): add post-step support for composite actions 2025-07-04 11:28:36 +02:00
a4ff409fd8 chore(workflows): update action to specific version
- Updates the auto-changelog-release-action to version 0.3.0
- Ensures compatibility and stability by pinning the action version
2025-06-29 13:39:21 +02:00
380b9ad81a chore(pr): add default merge template for pull requests
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s
- Introduces a default merge message template for pull requests
- Standardizes merge commit messages with placeholders for PR details
2025-06-14 20:55:03 +02:00
79d7c5a7ee chore(workflows): update release action version
- Switches release action reference from `main` to `v0` for stability
2025-06-14 20:55:03 +02:00
79921dd636 fix(workflows): configure Git user in major tag creation
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s
- Adds Git user configuration to ensure correct author information
  during major tag creation workflow.
- Helps avoid potential issues with missing author details.
2025-06-14 19:12:07 +02:00
9a0586653a feat(workflows): add workflow to create major version tags
- Introduces a GitHub Actions workflow to manage major version tags
- Automates deriving and updating the major tag upon release publication
- Improves release consistency and simplifies tag management
2025-06-14 19:08:16 +02:00
043a01c2ba chore(workflows): update action to main branch
All checks were successful
Auto Changelog & Release / release (push) Successful in 7s
- Switches auto-changelog-release-action from v0 to main branch
- Ensures the latest updates are used for the release workflow
2025-06-14 19:03:41 +02:00
9a0d65b8eb chore(workflows): update action version in release workflow
Some checks failed
Auto Changelog & Release / release (push) Failing after 1s
- Updates the action version from `main` to `v0` for better stability.
- Ensures consistent behavior during the release process.
2025-06-14 19:01:30 +02:00
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