Files
packages/anda/langs/zig/master/update.rhai
T
Raboneko 7006488e11 feat(zig-master{,-bootstrap}): Better mirror handling, refactor bootstrapping (#7503) (#7777)
* feat(zig-master{,-bootstrap}): Automatically update mirrors

* ?

* Embarrassing



* feat: Use pre.rhai

* A

* AAAA

* feat: Let's try this

* cleanup: Wh

* Aaaaaa

* dfhsdfhjsdfdjkh

* dfhsdfhjsdfdjkh

* dfhsdfhjsdfdjkh

* ???

* ???

* fdhdfssdfhjkksdfhj

* Man

* Maybe this will fix sed

* dshfhjfsdjhk

* Hmm

* Double backslash??

* Locally this works

* Noooo

* feat: Changelog

* feat: Update script

* fix: A

* fix: Copypaste idiot moment

* cleanup: Actually not sure that is needed

* chore: terra-obsoletes

* cleanup: Weird whitespace

* This is a way better idea

---------


(cherry picked from commit 8f937512cf)

Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
2025-11-29 07:57:15 -06:00

9 lines
208 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);
}