Commit Graph

105 Commits

Author SHA1 Message Date
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
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
048b964204 feat(scripts): add CI utilities for versioning and changelog
- Add scripts to detect version changes and generate changelogs
- Include setup for installing and configuring git-cliff
- Automate release creation and changelog updates for CI workflows
- Improve Git author setup for consistent commits
2025-06-14 18:36:15 +02:00
14f0a9b4b1 chore(gitignore): add rule to exclude environment files
- Add a rule to ignore all `.env` files in the repository
- Prevent sensitive environment variables from being tracked in Git
2025-06-14 18:36:02 +02:00
53bad793eb style(vscode): customize activity bar and theme colors
- Add custom color settings for the activity bar to enhance UI
- Introduce a Peacock color for consistent theme customization
2025-06-14 18:35:49 +02:00