1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-05 23:10:12 +00:00
trezor-firmware/python/helper-scripts
2019-09-12 17:35:55 +02:00
..
build-coins-json.sh all: replace /bin/bash with /usr/bin/env bash 2019-09-12 17:35:55 +02:00
bump-required-fw-versions.py
linkify-changelog.py
README.md
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
  • build-coins-json.sh generates coins.json, or checks if it is up-to-date