Commit Graph

5 Commits

Author SHA1 Message Date
245aa1d5c2 chore(config): add default git-cliff configuration
- Introduces a git-cliff configuration file for changelog generation
- Configures templates for changelog sections and commit parsing
- Enables support for conventional commits and commit filtering
2025-06-27 22:16:53 +02:00
908eeab247 chore(gitignore): add rule to ignore environment files
- Adds a pattern to ignore all `.env` files across the project
- Helps prevent sensitive environment configurations from being committed
2025-06-27 22:16:45 +02:00
62e259f9f0 feat(workflows): add major version tagging for releases
- Introduce a workflow to automate major version tag creation
- Derives major version from release tag and re-creates the tag
- Supports easier version management for published releases
2025-06-27 22:16:34 +02:00
2ea1395252 chore(workflows): add release workflow and merge template
- Add a default merge message template for pull requests
- Introduce a release workflow to automate changelog generation
  and publishing
2025-06-27 22:16:20 +02:00
5a6b43f379 feat(vscode): add custom activity bar and peacock colors 2025-06-27 22:16:08 +02:00