Commit Graph

5 Commits

Author SHA1 Message Date
Patryk Ciechanski
c0ea0e501b feat: Add automatic semantic versioning workflow
- Create GitHub Actions workflow for automatic version bumping based on PR title prefixes
- Add version bumping script (scripts/bump_version.py) for programmatic updates
- Update PR template with semantic versioning guidelines
- Document versioning workflow in contributing guide
- Integrate with existing Docker build workflow via git tags

This enables automatic version management:
- feat: triggers MINOR version bump
- fix: triggers PATCH version bump
- breaking: triggers MAJOR version bump
- docs/chore/test: no version bump

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-12 08:55:17 +02:00
Patryk Ciechanski
edef58eebf adding docs for tests 2025-06-11 15:00:20 +02:00
Patryk Ciechanski
edba019768 adding missing files docs 2025-06-11 14:40:50 +02:00
Patryk Ciechanski
95ced22973 adding detailed docs 2025-06-11 14:34:19 +02:00
Patryk Ciechanski
c904b6c4e8 up 2025-06-11 13:12:19 +02:00