Sven Lito
af3a81543c
feat: streamline GitHub Actions workflows and improve contributor experience
- Replace complex auto-version.yml with simple PR Docker build workflow
- Builds Docker images for all PRs using pr-number-sha tagging
- Removes redundant versioning logic (semantic-release handles this)
- Adds automatic PR comments with Docker usage instructions
- Optimize test.yml workflow triggers
- Remove redundant push triggers on main branch
- Focus on PR testing only for better developer feedback
- Add docker-release.yml for production releases
- Triggers on GitHub release publication
- Multi-platform builds (linux/amd64, linux/arm64)
- Updates release notes with Docker installation instructions
- Add semantic-release.yml workflow for automated versioning
- Uses conventional commits for version bumping
- Automatically generates releases and tags
- Integrates with Docker workflow via release triggers
- Add pre-commit configuration for automatic code quality
- Includes ruff (with auto-fix), black, isort
- Provides faster development workflow option
- Enhance contribution documentation
- Add pre-commit hook option as recommended approach
- Keep manual script option for comprehensive testing
- Improve developer workflow guidance
Fixes #215 (automatic changelog generation)
Addresses #110 (Docker builds automation)
References #107 (improved version tracking)
This creates a clean, modern CI/CD pipeline that eliminates redundancy
while addressing multiple community requests around changelog generation,
Docker builds, and release automation.
2025-08-08 17:33:51 +07:00
..
2025-06-30 13:51:10 +04:00
2025-06-23 19:44:01 +04:00
2025-06-23 19:44:01 +04:00
2025-07-12 09:42:29 -04:00
2025-06-18 08:44:05 +04:00
2025-06-18 23:41:22 +04:00
2025-07-12 09:42:29 -04:00
2025-06-16 10:25:17 +04:00
2025-08-08 17:33:51 +07:00
2025-06-23 13:57:13 +04:00
2025-06-29 00:00:47 +02:00
2025-06-25 19:36:09 +04:00
2025-06-22 19:13:02 +02:00
2025-06-18 23:41:22 +04:00
2025-07-12 18:47:17 -06:00
2025-06-18 23:41:22 +04:00
2025-07-13 10:56:59 -06:00
2025-06-25 19:36:09 +04:00