Skip to content

Commit 9c93917

Browse files
authored
Fix invalid YAML syntax in create-draft-releases workflow heredocs
1 parent 0bcad26 commit 9c93917

1 file changed

Lines changed: 34 additions & 34 deletions

File tree

.github/workflows/create-draft-releases.yml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
echo "Release v3.8.0 already exists in osi-documentation – skipping."
3030
else
3131
cat > /tmp/osi-doc-notes.md << 'NOTES_EOF'
32-
The central documentation pipeline that collects all applicable documentation from the various OSI repositories and compiles it. This release accompanies the v3.8.0 release of ASAM OSI and the v1.6.0 release of OSMP.
33-
NOTES_EOF
32+
The central documentation pipeline that collects all applicable documentation from the various OSI repositories and compiles it. This release accompanies the v3.8.0 release of ASAM OSI and the v1.6.0 release of OSMP.
33+
NOTES_EOF
3434
gh release create v3.8.0 \
3535
--repo OpenSimulationInterface/osi-documentation \
3636
--title 'v3.8.0 - ASAM OSI "Krisp Kobayashi"' \
@@ -50,27 +50,27 @@ NOTES_EOF
5050
echo "Release v1.6.0 already exists in osi-sensor-model-packaging – skipping."
5151
else
5252
cat > /tmp/osmp-notes.md << 'NOTES_EOF'
53-
## Purpose
53+
## Purpose
5454
55-
This release updates build infrastructure for the new OSI repository split (separate `osi-cpp` and `osi-python` repositories).
55+
This release updates build infrastructure for the new OSI repository split (separate `osi-cpp` and `osi-python` repositories).
5656
57-
This release is a production release based on the 3.8.0 "Krisp Kobayashi" release of ASAM OSI:
57+
This release is a production release based on the 3.8.0 "Krisp Kobayashi" release of ASAM OSI:
5858
59-
- Adjusted build to new separate `osi-cpp` repository setup.
60-
- Switched to modern build infrastructure.
61-
- Fixed badge references.
62-
- Re-added upload of example FMU artifacts on release.
63-
- Updated referenced ASAM OSI release to 3.8.0.
59+
- Adjusted build to new separate `osi-cpp` repository setup.
60+
- Switched to modern build infrastructure.
61+
- Fixed badge references.
62+
- Re-added upload of example FMU artifacts on release.
63+
- Updated referenced ASAM OSI release to 3.8.0.
6464
65-
## [Content/Changes](https://github.com/OpenSimulationInterface/osi-sensor-model-packaging/milestone/10?closed=1)
65+
## [Content/Changes](https://github.com/OpenSimulationInterface/osi-sensor-model-packaging/milestone/10?closed=1)
6666
67-
* Adjust build to new separate repo setup by @pmai in https://github.com/OpenSimulationInterface/osi-sensor-model-packaging/pull/119
68-
* Switch to modern build infrastructure by @pmai in https://github.com/OpenSimulationInterface/osi-sensor-model-packaging/pull/120
69-
* fix badge by @TimmRuppert in https://github.com/OpenSimulationInterface/osi-sensor-model-packaging/pull/121
70-
* Readd upload of example artifacts on release by @pmai in https://github.com/OpenSimulationInterface/osi-sensor-model-packaging/pull/122
67+
* Adjust build to new separate repo setup by @pmai in https://github.com/OpenSimulationInterface/osi-sensor-model-packaging/pull/119
68+
* Switch to modern build infrastructure by @pmai in https://github.com/OpenSimulationInterface/osi-sensor-model-packaging/pull/120
69+
* fix badge by @TimmRuppert in https://github.com/OpenSimulationInterface/osi-sensor-model-packaging/pull/121
70+
* Readd upload of example artifacts on release by @pmai in https://github.com/OpenSimulationInterface/osi-sensor-model-packaging/pull/122
7171
72-
**Full Changelog**: https://github.com/OpenSimulationInterface/osi-sensor-model-packaging/compare/v1.5.0...v1.6.0
73-
NOTES_EOF
72+
**Full Changelog**: https://github.com/OpenSimulationInterface/osi-sensor-model-packaging/compare/v1.5.0...v1.6.0
73+
NOTES_EOF
7474
gh release create v1.6.0 \
7575
--repo OpenSimulationInterface/osi-sensor-model-packaging \
7676
--title 'ASAM OSMP v1.6.0 "Kinetic Kobayashi"' \
@@ -90,19 +90,19 @@ NOTES_EOF
9090
echo "Release v3.8.0 already exists in osi-cpp – skipping."
9191
else
9292
cat > /tmp/osi-cpp-notes.md << 'NOTES_EOF'
93-
## Initial Release
93+
## Initial Release
9494
95-
This is the first release of the `osi-cpp` repository. The C++ bindings have been extracted from the main [open-simulation-interface](https://github.com/OpenSimulationInterface/open-simulation-interface) repository as a standalone package, as part of the OSI 3.8.0 repository split (PR [#870](https://github.com/OpenSimulationInterface/open-simulation-interface/pull/870)).
95+
This is the first release of the `osi-cpp` repository. The C++ bindings have been extracted from the main [open-simulation-interface](https://github.com/OpenSimulationInterface/open-simulation-interface) repository as a standalone package, as part of the OSI 3.8.0 repository split (PR [#870](https://github.com/OpenSimulationInterface/open-simulation-interface/pull/870)).
9696
97-
This package provides C++ protobuf bindings for ASAM OSI 3.8.0 "Krisp Kobayashi":
97+
This package provides C++ protobuf bindings for ASAM OSI 3.8.0 "Krisp Kobayashi":
9898
99-
- C++ protobuf bindings generated from the OSI 3.8.0 protobuf definitions
100-
- Standalone CMake package with `find_package` support
101-
- The `open-simulation-interface` protobuf source included as a git submodule (commit `083481d`)
102-
- vcpkg support for Windows dependency management
99+
- C++ protobuf bindings generated from the OSI 3.8.0 protobuf definitions
100+
- Standalone CMake package with `find_package` support
101+
- The `open-simulation-interface` protobuf source included as a git submodule (commit `083481d`)
102+
- vcpkg support for Windows dependency management
103103
104-
For more information, see the [official OSI documentation](https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/specification/index.html).
105-
NOTES_EOF
104+
For more information, see the [official OSI documentation](https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/specification/index.html).
105+
NOTES_EOF
106106
gh release create v3.8.0 \
107107
--repo OpenSimulationInterface/osi-cpp \
108108
--title 'v3.8.0 - ASAM OSI C++ Bindings "Krisp Kobayashi"' \
@@ -122,18 +122,18 @@ NOTES_EOF
122122
echo "Release v3.8.0 already exists in osi-python – skipping."
123123
else
124124
cat > /tmp/osi-python-notes.md << 'NOTES_EOF'
125-
## Initial Release
125+
## Initial Release
126126
127-
This is the first release of the `osi-python` repository. The Python bindings have been extracted from the main [open-simulation-interface](https://github.com/OpenSimulationInterface/open-simulation-interface) repository as a standalone package, as part of the OSI 3.8.0 repository split (PR [#870](https://github.com/OpenSimulationInterface/open-simulation-interface/pull/870)).
127+
This is the first release of the `osi-python` repository. The Python bindings have been extracted from the main [open-simulation-interface](https://github.com/OpenSimulationInterface/open-simulation-interface) repository as a standalone package, as part of the OSI 3.8.0 repository split (PR [#870](https://github.com/OpenSimulationInterface/open-simulation-interface/pull/870)).
128128
129-
This package provides Python protobuf bindings and trace file tooling for ASAM OSI 3.8.0 "Krisp Kobayashi":
129+
This package provides Python protobuf bindings and trace file tooling for ASAM OSI 3.8.0 "Krisp Kobayashi":
130130
131-
- Python protobuf bindings (`osi3`) generated from the OSI 3.8.0 protobuf definitions, including `.pyi` stub files for improved IDE support
132-
- MCAP trace reader/writer (`osi3trace`) for the new multi-channel trace file format introduced in OSI 3.8.0
133-
- Available as a Python package on PyPI
131+
- Python protobuf bindings (`osi3`) generated from the OSI 3.8.0 protobuf definitions, including `.pyi` stub files for improved IDE support
132+
- MCAP trace reader/writer (`osi3trace`) for the new multi-channel trace file format introduced in OSI 3.8.0
133+
- Available as a Python package on PyPI
134134
135-
For more information, see the [official OSI documentation](https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/specification/index.html).
136-
NOTES_EOF
135+
For more information, see the [official OSI documentation](https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/specification/index.html).
136+
NOTES_EOF
137137
gh release create v3.8.0 \
138138
--repo OpenSimulationInterface/osi-python \
139139
--title 'v3.8.0 - ASAM OSI Python Bindings "Krisp Kobayashi"' \

0 commit comments

Comments
 (0)