File tree Expand file tree Collapse file tree
bert_e/workflow/gitwaterflow Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -165,10 +165,10 @@ def check_fix_versions(job, issue):
165165 hf_target = target_version
166166
167167 if hf_target :
168- # Pre-GA: the hotfix branch has no tag yet (hfrev == 0 → target ends
168+ # Pre-GA: the hotfix branch has no tag yet (hfrev == 0, target ends
169169 # in ".0"). The Jira project may not have a ".0" release entry yet,
170- # so also accept the 3-digit base version (e.g. "10.0.0" for "10.0.0.0").
171- # Once the GA tag is pushed hfrev advances to 1, the target becomes
170+ # so also accept the 3-digit base (e.g. "10.0.0" for "10.0.0.0").
171+ # Once GA tag is pushed hfrev advances to 1, target becomes
172172 # "10.0.0.1", and only that exact version is accepted again.
173173 accepted = {hf_target }
174174 if hf_target .endswith ('.0' ):
You can’t perform that action at this time.
0 commit comments