File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11
22load_global_module (" shipyard" )
3- if true then return end
43dtw .remove_any (" dependencies" )
54dtw .remove_any (" release" )
65os.execute (" darwin install" )
76os.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" )
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments