mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
8abbd75b12
* chore(sync): 39 -> 40 * fix(update): better commit versioning (#944) Signed-off-by: madomado <madonuko@outlook.com> --------- Signed-off-by: madomado <madonuko@outlook.com>
6 lines
168 B
Plaintext
6 lines
168 B
Plaintext
let o = get("https://gitlab.com/api/v4/projects/24742019/repository/tags").json_arr()[0];
|
|
rpm.version(o.name);
|
|
if rpm.changed() {
|
|
rpm.global("commit", o.commit.id);
|
|
}
|