Skip to content

Commit 543f3fb

Browse files
att
1 parent 62e0e7d commit 543f3fb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

devops/build_and_release.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11

22
load_global_module("shipyard")
3-
if true then return end
43
dtw.remove_any("dependencies")
54
dtw.remove_any("release")
65
os.execute("darwin install")
76
os.execute("darwin run_blueprint build/ --mode folder amalgamation_build alpine_static_build windowsi32_build windows64_build rpm_static_build debian_static_build --contanizer podman ")
8-
os.execute("shipyard devops/release.json")
7+
SHIPYARD_API.generate_release_from_json("shipyard devops/release.json")

devops/release.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"replacers": {
33
"BIG_VERSION": "0",
4-
"SMALL_VERSION": "40",
4+
"SMALL_VERSION": "41",
55
"PATCH_VERSION": "0"
66
},
77
"release": "{BIG_VERSION}.{SMALL_VERSION}.{PATCH_VERSION}",
88
"tag": "{BIG_VERSION}.{SMALL_VERSION}.{PATCH_VERSION}",
9-
"description": "first automated version with shypard",
9+
"description": "implemented the module load as a external lib load",
1010
"assets": [
1111
"release/amalgamation.c",
1212
"release/vibescript.deb",

0 commit comments

Comments
 (0)