itkwidgets
itkwidgets copied to clipboard
Pre-release publish workflow failing
The workflow to automatically publish the pre-release on each new tag is failing when generating the release notes:
Run python ./utilities/release-notes.py ./ReleaseNotes.txt
Traceback (most recent call last):
File "./utilities/release-notes.py", line 1[5](https://github.com/InsightSoftwareConsortium/itkwidgets/runs/8022070133?check_suite_focus=true#step:6:6), in <module>
current_tag = recent_tags[1]
IndexError: list index out of range
Error: Process completed with exit code 1.
Running the script locally works, just need to figure out why it's failing here.