We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7135c commit 761b430Copy full SHA for 761b430
plugins/config/repository.yaml
@@ -41,6 +41,13 @@ repositories:
41
# wildcards are allowed in name, entries are processed in top-down order
42
# first entry matching the name is used
43
projects:
44
+ # test gz-physics9 with prerelease (DONT MERGE)
45
+ - name: gz-physics9
46
+ repositories:
47
+ - name: osrf
48
+ type: stable
49
50
+ type: prerelease
51
# Use nightlies in all main branches
52
- name: gz-tools3
53
repositories:
@@ -65,4 +72,4 @@ projects:
65
72
- name: sdformat.*
66
73
67
74
- name: osrf
68
- type: stable
75
0 commit comments