mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00

* Add support for towncrier * Use correct command * Compare properly * Work within the correct directory * Try main * Try a fetch-depth of 0 * changelog * Fix default config * Update sample
4 lines
170 B
Bash
Executable File
4 lines
170 B
Bash
Executable File
#!/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
|