Skip to content

Commit 5c2c893

Browse files
committed
ci: Add schema to release please config
1 parent c4fa81a commit 5c2c893

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

release-please-config.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"packages": {
3-
".": {
4-
"release-type": "maven",
5-
"package-name": "compas-scl-data-service"
6-
}
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"packages": {
4+
".": {
5+
"release-type": "maven",
6+
"package-name": "compas-scl-data-service"
77
}
8-
}
8+
}
9+
}

0 commit comments

Comments
 (0)