mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-28 20:24:25 +00:00
remove url
This commit is contained in:
parent
e9965a1d53
commit
1b499fc020
@ -48,9 +48,6 @@ def main():
|
||||
'date': args.date
|
||||
})
|
||||
|
||||
url = ET.SubElement(new_release, 'url', {'type': 'details'})
|
||||
url.text = f"https://github.com/meshtastic/firmware/releases/tag/{args.version}"
|
||||
|
||||
releases.insert(0, new_release)
|
||||
|
||||
indent(releases, level=1)
|
||||
|
Loading…
Reference in New Issue
Block a user