mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Github action for automated tagging (release)
This commit is contained in:
parent
5ddb7cbbe7
commit
1da871fb2f
5 changed files with 115 additions and 1 deletions
8
scripts/buildinfo.py
Executable file
8
scripts/buildinfo.py
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env python3
|
||||
import configparser
|
||||
import sys
|
||||
from readprops import readProps
|
||||
|
||||
verObj = readProps('version.properties')
|
||||
propName = sys.argv[1]
|
||||
print(f"{verObj[propName]}")
|
||||
Loading…
Add table
Add a link
Reference in a new issue