File tree Expand file tree Collapse file tree 3 files changed +42
-4
lines changed Expand file tree Collapse file tree 3 files changed +42
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : Ubuntu CI
2
2
3
- on : [push, pull_request]
3
+ on :
4
+ pull_request :
5
+ push :
6
+ branches :
7
+ - ' ign-launch[0-9]'
8
+ - ' gz-launch[0-9]?'
9
+ - ' main'
4
10
5
11
jobs :
6
12
focal-ci :
7
13
runs-on : ubuntu-latest
8
14
name : Ubuntu Focal CI
9
15
steps :
10
16
- name : Checkout
11
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
12
18
- name : Compile and test
13
19
id : ci
14
20
uses : gazebo-tooling/action-gz-ci@focal
21
27
name : Ubuntu Jammy CI
22
28
steps :
23
29
- name : Checkout
24
- uses : actions/checkout@v3
30
+ uses : actions/checkout@v4
25
31
- name : Compile and test
26
32
id : ci
27
33
uses : gazebo-tooling/action-gz-ci@jammy
Original file line number Diff line number Diff line change 14
14
with :
15
15
project-url : https://github.com/orgs/gazebosim/projects/7
16
16
github-token : ${{ secrets.TRIAGE_TOKEN }}
17
-
Original file line number Diff line number Diff line change 59
59
60
60
## Gazebo Launch 5.x
61
61
62
+ ### Gazebo Launch 5.3.0 (2023-06-14)
63
+
64
+ 1 . Forward ports
65
+ * [ Pull request #214 ] ( https://github.com/gazebosim/gz-launch/pull/214 )
66
+
67
+ 1 . Infrastructure
68
+ * [ Pull request #213 ] ( https://github.com/gazebosim/gz-launch/pull/213 )
69
+
70
+ 1 . Rename COPYING to LICENSE
71
+ * [ Pull request #212 ] ( https://github.com/gazebosim/gz-launch/pull/212 )
72
+
73
+ 1 . Small cleanup fixes
74
+ * [ Pull request #211 ] ( https://github.com/gazebosim/gz-launch/pull/211 )
75
+
76
+ 1 . Add pause and stop to Websocket Server
77
+ * [ Pull request #187 ] ( https://github.com/gazebosim/gz-launch/pull/187 )
78
+
79
+ 1 . Return a message on asset error
80
+ * [ Pull request #197 ] ( https://github.com/gazebosim/gz-launch/pull/197 )
81
+
82
+ 1 . Remove redundant namespace references
83
+ * [ Pull request #190 ] ( https://github.com/gazebosim/gz-launch/pull/190 )
84
+
62
85
### Gazebo Launch 5.2.0 (2022-08-16)
63
86
64
87
1 . Add code coverage ignore file
210
233
211
234
## Gazebo Launch 2.x
212
235
236
+ ### Gazebo Launch 2.3.1 (2024-01-05)
237
+
238
+ 1 . Small cleanup fixes
239
+ * [ Pull request #211 ] ( https://github.com/gazebosim/gz-launch/pull/211 )
240
+
241
+ 1 . Infrastructure
242
+ * [ Pull request #238 ] ( https://github.com/gazebosim/gz-launch/pull/238 )
243
+ * [ Pull request #213 ] ( https://github.com/gazebosim/gz-launch/pull/213 )
244
+ * [ Pull request #212 ] ( https://github.com/gazebosim/gz-launch/pull/212 )
245
+
213
246
### Gazebo Launch 2.3.0 (2022-08-15)
214
247
215
248
1 . Remove redundant namespace references
You can’t perform that action at this time.
0 commit comments