From fb03a174c1ed2069ec9d86c448121b29c9f43d28 Mon Sep 17 00:00:00 2001 From: matejcik Date: Thu, 2 Jul 2020 12:02:09 +0200 Subject: [PATCH] python: remove linkify-changelog reference as it now lives in root --- python/helper-scripts/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/python/helper-scripts/README.md b/python/helper-scripts/README.md index d7282d940..3b7c7fac2 100644 --- a/python/helper-scripts/README.md +++ b/python/helper-scripts/README.md @@ -1,6 +1,5 @@ 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`