Skip to content

Commit 681be84

Browse files
authored
Update README.MD
1 parent 49cb3bc commit 681be84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.MD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ If you update [index.html](https://github.com/hl7ch/hl7ch.github.io/blob/main/in
2626
3. Update the date and version in the changelog file (according to the step above)
2727
4. Update the STU note box in **index.md** according to the type of publication
2828

29-
Ballot (STU or informative -> adapt the text):
29+
**Ballot version** (STU or informative -> adapt the text):
3030
```
3131
This implementation guide is under STU ballot by [HL7 Switzerland](https://www.hl7.ch/) until September 30th, 2025 midnight.
3232
Please add your feedback via the ‘Propose a change’-link in the footer on the page where you have comments.
3333
3434
[Changelog](changelog.html) with significant changes, open and closed issues.
3535
```
3636

37-
Stable version:
37+
**Stable version**:
3838
```
39-
[Significant changes, open and closed issues.](changelog.html)
39+
[Changelog](changelog.html) with significant changes, open and closed issues.
4040
```
4141
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).
4242
```
@@ -67,7 +67,7 @@ If you update [index.html](https://github.com/hl7ch/hl7ch.github.io/blob/main/in
6767

6868
### Publish an updated or new release of an IG
6969
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).
7171
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
7272

7373
**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

Comments
 (0)