feat: show bot version on startup and in /catalogger ping
This commit is contained in:
parent
a22057b9fa
commit
5ac607fd0a
6 changed files with 66 additions and 4 deletions
4
build_info.sh
Executable file
4
build_info.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
(git rev-parse HEAD &&
|
||||
git describe --tags --always --long &&
|
||||
if test -z "$(git ls-files --exclude-standard --modified --deleted --others)"; then echo clean; else echo dirty; fi) > ../.version
|
||||
Loading…
Add table
Add a link
Reference in a new issue