mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-16 04:29:08 +00:00
7 lines
416 B
Markdown
7 lines
416 B
Markdown
These scripts automate some tasks related to release process.
|
|
|
|
* __`relicence.py`__ rewrites licence headers in all non-empty Python files
|
|
* __`linkify-changelog.py`__ generates Markdown links to github issues/PRs in changelog
|
|
* __`bump-required-fw-versions.py`__ downloads latest firmware versions and updates trezorlib requirements
|
|
* __`build-coins-json.sh`__ generates `coins.json`, or checks if it is up-to-date
|