exasol / python-toolbox

Infrastructure & Automation Tooling for Python Projects
https://exasol.github.io/python-toolbox/
MIT License
2 stars 0 forks source link

Feature#146 add support for automatically updating workflow templates to prepare release #151

Closed Jannis-Mittenzwei closed 4 months ago

Nicoretti commented 5 months ago

Hi @Jannis-Mittenzwei ,

I tweaked the approach a bit. Though it might seem like it contradicts my previous advice on using a filter and a restricted loop, it actually doesn't. The key is we need to process every line, not just select ones. Each line needs a slightly different touch—some we adjust and add, others we just add directly to the output. Dive in, experiment with both your method and this one, and we can hash out the details when I'm back.

Best, Nico