You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,17 +26,17 @@ If you update [index.html](https://github.com/hl7ch/hl7ch.github.io/blob/main/in
26
26
3. Update the date and version in the changelog file (according to the step above)
27
27
4. Update the STU note box in **index.md** according to the type of publication
28
28
29
-
Ballot (STU or informative -> adapt the text):
29
+
**Ballot version** (STU or informative -> adapt the text):
30
30
```
31
31
This implementation guide is under STU ballot by [HL7 Switzerland](https://www.hl7.ch/) until September 30th, 2025 midnight.
32
32
Please add your feedback via the ‘Propose a change’-link in the footer on the page where you have comments.
33
33
34
34
[Changelog](changelog.html) with significant changes, open and closed issues.
35
35
```
36
36
37
-
Stable version:
37
+
**Stable version**:
38
38
```
39
-
[Significant changes, open and closed issues.](changelog.html)
39
+
[Changelog](changelog.html) with significant changes, open and closed issues.
40
40
```
41
41
5. Create/update the file **publication-request.json** in the IG root folder, see also [https://confluence.hl7.org/display/FHIR/IG+Publication+Request+Documentation](https://confluence.hl7.org/display/FHIR/IG+Publication+Request+Documentation).
42
42
```
@@ -67,7 +67,7 @@ If you update [index.html](https://github.com/hl7ch/hl7ch.github.io/blob/main/in
67
67
68
68
### Publish an updated or new release of an IG
69
69
1. Go to [https://github.com/hl7ch/hl7ch.github.io/actions/workflows/BuildIG_publish.yaml](https://github.com/hl7ch/hl7ch.github.io/actions/workflows/BuildIG_publish.yaml) (> Actions > Build IG and publish)
70
-
2. Click on **Run workflow**, provide the repository of the IG repo and the version of the IG. If the tick is set it will commit the tag the release in the repository here and publish to [fhir.ch](https://fhir.ch). If the publish tick is set to false, the generated IGs will be provided as an artifact (dry run).
70
+
2. Click on **Run workflow**, provide the **repository** of the IG and the **version** of the IG. If the **tick** is set it will commit the tag the release in the repository here and publish to [fhir.ch](https://fhir.ch). If the publish tick is set to false, the generated IGs will be provided as an artifact (dry run).
71
71
3. If everything is successful, the master branch will be tagged with the version you specified and you get a zulip message in the [switzerland stream](https://chat.fhir.org/#narrow/stream/214781-switzerland/topic/fhir.2Ech.3A.20new.20FHIR.20Implementation.20Guide.20published) that the IG got published
72
72
73
73
**Note:** You should not run publication actions in parallel if you have the publish flag set to true, this will not work (merge conflicts).
0 commit comments