plating 2026-01-07
Migrate CI and release workflows to reusable workflows
5 files · 38+ · 105-

Reusable workflow migration

2 files changed
  • ci.yml Simplified to reusable workflow reference (73 lines removed)
  • release.yml Simplified to reusable workflow reference (56 lines reduced)
  • Simplified .github/workflows/ci.yml from inline workflow to a reusable workflow reference (73 lines removed) baseline internal
    1 file
    • ci.yml
  • Simplified .github/workflows/release.yml to reference a reusable workflow (56 lines reduced) with permissions configuration baseline internal
    1 file
    • release.yml

Version and config fixes

3 files changed
  • _version.py Fixed corrupted docstring (7 lines of version handling changes)
  • defaults.py Fixed corrupted docstring (6 lines of default configuration changes)
  • engine.py Removed 1 unused line
  • Fixed corrupted docstrings in src/plating/_version.py and src/plating/config/defaults.py remediate internal
    2 files
    • _version.py
    • defaults.py
  • Removed 1 line from src/plating/templating/engine.py decouple internal
    1 file
    • engine.py