Telefonica / mistica-design

Mística Design System (only design)
https://brandfactory.telefonica.com/mistica
20 stars 4 forks source link

Remove wrong md #1773

Closed aweell closed 1 month ago

aweell commented 1 month ago

This filename is causing the sorting in index-generator.py to fail

changelog_files_sorted = sorted(changelog_files, reverse=True, key=lambda x: [int(
    i) if i.isdigit() else i for i in x.split('.')])
print(changelog_files_sorted)

https://github.com/Telefonica/mistica-design/blob/production/.github/resources/changelog-index-generator.py