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: .github/workflows/create-draft-releases.yml
+34-34Lines changed: 34 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,8 @@ jobs:
29
29
echo "Release v3.8.0 already exists in osi-documentation – skipping."
30
30
else
31
31
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.
echo "Release v3.8.0 already exists in osi-cpp – skipping."
91
91
else
92
92
cat > /tmp/osi-cpp-notes.md << 'NOTES_EOF'
93
-
## Initial Release
93
+
## Initial Release
94
94
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)).
96
96
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":
98
98
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
103
103
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
106
106
gh release create v3.8.0 \
107
107
--repo OpenSimulationInterface/osi-cpp \
108
108
--title 'v3.8.0 - ASAM OSI C++ Bindings "Krisp Kobayashi"' \
@@ -122,18 +122,18 @@ NOTES_EOF
122
122
echo "Release v3.8.0 already exists in osi-python – skipping."
123
123
else
124
124
cat > /tmp/osi-python-notes.md << 'NOTES_EOF'
125
-
## Initial Release
125
+
## Initial Release
126
126
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)).
128
128
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":
130
130
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
134
134
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
137
137
gh release create v3.8.0 \
138
138
--repo OpenSimulationInterface/osi-python \
139
139
--title 'v3.8.0 - ASAM OSI Python Bindings "Krisp Kobayashi"' \
0 commit comments