mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
4 lines
170 B
Bash
4 lines
170 B
Bash
![]() |
#!/bin/bash
|
||
|
VERSION=`python3 -c "import json; f = open('./package.json', 'r'); v = json.loads(f.read())['version']; f.close(); print(v)"`
|
||
|
towncrier --version $VERSION $1
|