Skip to content

Commit 300aa6b

Browse files
chore: bump famedly-control-synapse to v0.0.2
1 parent 9497d5a commit 300aa6b

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.ci/scripts/calculate_builds.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,23 @@ def set_output(key: str, value: str) -> None:
5959
"mod018": {"sic-version": "0.4.11", "sta-version": "0.12.0"},
6060
"mod019": {"sic-version": "0.4.13", "sta-version": "0.12.0"},
6161
"mod020": {"sic-version": "0.2.2", "sta-version": "0.12.0", "fcs-version": "0.0.1"},
62+
# this one was never actually released
6263
"mod021": {
6364
"sic-version": "0.4.13",
6465
"sta-version": "0.12.0",
6566
"fcs-version": "0.0.1",
6667
},
68+
"mod022": {"sic-version": "0.2.2", "sta-version": "0.12.0", "fcs-version": "0.0.2"},
69+
"mod023": {
70+
"sic-version": "0.4.13",
71+
"sta-version": "0.12.0",
72+
"fcs-version": "0.0.2",
73+
},
6774
}
6875

6976
# Adjust this section to decide what gets built and layered on top
7077
# THIS IS THE SECTION TO EDIT, after you have added the new versions above
71-
current_mod_packs_to_build = ["mod020", "mod021"]
78+
current_mod_packs_to_build = ["mod022", "mod023"]
7279

7380
generated_jobs: list[dict[str, Any]] = []
7481
for mod_pack_job in current_mod_packs_to_build:

0 commit comments

Comments
 (0)