1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 06:19:27 +00:00
trezor-firmware/python/helper-scripts
2020-03-26 11:30:06 +01:00
..
bump-required-fw-versions.py
linkify-changelog.py python/changelog: update changelog generator 2019-05-29 18:33:45 +02:00
make-options-rst.py python: auto-generate OPTIONS.rst 2019-11-18 11:50:07 +01:00
README.md python: regenerate OPTIONS.rst 2020-03-26 11:30:06 +01:00
relicence.py tests: add missing licence headers 2019-09-10 13:48:51 +02:00

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
  • make-options-rst.py runs all trezorctl commands with the --help option and concatenates output as OPTIONS.rst