mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-11 06:00:39 +00:00
9 lines
210 B
Plaintext
9 lines
210 B
Plaintext
import "andax/bump_extras.rhai" as bump;
|
|
|
|
rpm.version(bump::madoguchi("zig-master", labels.branch));
|
|
|
|
if rpm.changed() {
|
|
let r = bump::madoguchi_json("zig-master", labels.branch).rel;
|
|
rpm.release(r + 1);
|
|
}
|