this repo has no description
56
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: generate dev version strings better

+2
+2
build.zig
··· 82 82 "-C", 83 83 b.build_root.path orelse ".", 84 84 "describe", 85 + "--match", 86 + "*.*.*", 85 87 "--tags", 86 88 "--abbrev=9", 87 89 }, &code, .Ignore) catch {