mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-10-31 20:39:48 +00:00
5 lines
93 B
Bash
5 lines
93 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
cd $(dirname "$0") || exit
|
||
|
towncrier build --draft --version unreleased
|