We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac3768 commit 452473dCopy full SHA for 452473d
1 file changed
Hardware/OpenMowerMainboard/OpenMowerMainboard.kibot.yaml
@@ -6,7 +6,9 @@ preflight:
6
run_drc: true
7
set_text_variables:
8
- name: 'git_version'
9
- command: 'git describe --tags'
+ # Replace n.m.i with n.m."x"
10
+ command: >
11
+ git describe --tags | sed -E 's/^(v[0-9]+\.[0-9]+)\.([0-9]+)/\1.x/'
12
update_xml: true
13
14
filters:
0 commit comments