We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec273a5 commit 6902ab8Copy full SHA for 6902ab8
sushi-config.yaml
@@ -41,10 +41,15 @@ dependencies:
41
hl7.fhir.uv.phd: 1.1.0
42
hl7.fhir.uv.ipa: 1.0.0
43
44
-#Flip status to 'active' for publication. Flip to 'draft' for CI
45
-status: draft
46
-#status: active
+
+# ╭────────────────────────────────────────────releasing───────────────────────────────────────────╮
+# │ Variables for release control │
47
+# ╰────────────────────────────────────────────────────────────────────────────────────────────────╯
48
49
version: 3.4.0
50
+#Flip status to 'active' for publication. Flip to 'draft' for CI
51
+#status: draft
52
+status: active
53
#Flip releaseLabel to 'release' for publication. Flip to 'ci-build' for CI
-releaseLabel: ci-build
-#releaseLabel: release
54
+#releaseLabel: ci-build
55
+releaseLabel: release
0 commit comments