mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-12 14:40:39 +00:00
f0c7107995
* fix (lact): use VERGEN_GIT_SHA=454a6e2
* define commit and shortcommit
* this
* add commit and version bumper update.rhai
---------
(cherry picked from commit f24e0ce22a)
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
8 lines
170 B
Plaintext
8 lines
170 B
Plaintext
let r = get("https://api.github.com/repos/ilya-zlobintsev/LACT/tags").json_arr();
|
|
|
|
rpm.version(r[0].name);
|
|
|
|
if rpm.changed() {
|
|
rpm.global("commit", r[0].commit.sha);
|
|
}
|