[release-tools] Improve tagging logs

When EOL-tagging cycle-trailing projects when a series is already EOL,
the tagging is still processed, but branching has to be skipped. During
the refactor the same log message was used, hence during debugging it
cannot be determined when we returned. This patch rephrases the log
message to be unique.

Change-Id: Id4645f9661d485e3e1aa7069fb0b279659d2f7f0
This commit is contained in:
Előd Illés
2025-07-08 15:48:03 +02:00
parent 53d254bc73
commit fe9ac6a286

View File

@@ -229,7 +229,7 @@ def process_release_requests(reporoot, filenames, meta_data):
# If the series is closed, do not process the branch
# section to avoid already deleted branch re-creation.
if closed_series:
print(' {} skipping closed series'.format(filename))
print(' {} skipping branching, closed series'.format(filename))
continue
# Create branches and adapt master