Skip to content

Commit 790c82d

Browse files
committed
ci: add charts to release-please
Signed-off-by: Luca Zaninotto <luca.zaninotto@secomind.com>
1 parent 3c2cc54 commit 790c82d

File tree

6 files changed

+44
-3
lines changed

6 files changed

+44
-3
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
* @edgehog-device-manager/cloud-devs
55
/frontend/ @edgehog-device-manager/cloud-frontend-devs
66
/backend/ @edgehog-device-manager/cloud-backend-devs
7+
/charts/ @edgehog-device-manager/platform-team

.github/release-please/config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
"release-type": "node",
2121
"component": "frontend",
2222
"include-component-in-tag": false
23+
},
24+
"charts": {
25+
"package-name": "charts",
26+
"release-type": "helm",
27+
"component": "charts",
28+
"include-component-in-tag": false
2329
}
2430
},
2531
"plugins": [
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"backend": "0.11.0",
33
"doc": "0.10.0",
4-
"frontend": "0.11.0"
4+
"frontend": "0.11.0",
5+
"charts": "0.1.0"
56
}

REUSE.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,21 @@ path = ".github/CODEOWNERS"
8080
precedence = "aggregate"
8181
SPDX-FileCopyrightText = "2026 Seco Mind Srl"
8282
SPDX-License-Identifier = "Apache-2.0"
83+
84+
[[annotations]]
85+
path = "chart/Chart.lock"
86+
precedence = "aggregate"
87+
SPDX-FileCopyrightText = "2026 SECO Mind Srl"
88+
SPDX-License-Identifier = "Apache-2.0"
89+
90+
[[annotations]]
91+
path = "chart/.helmignore"
92+
precedence = "aggregate"
93+
SPDX-FileCopyrightText = "2026 SECO Mind Srl"
94+
SPDX-License-Identifier = "Apache-2.0"
95+
96+
[[annotations]]
97+
path = "chart/templates/_helpers.tpl"
98+
precedence = "aggregate"
99+
SPDX-FileCopyrightText = "2026 SECO Mind Srl"
100+
SPDX-License-Identifier = "Apache-2.0"

dprint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
".reuse/templates/*",
1313
"**/schema.graphql",
1414
"frontend/**",
15-
"backend/CHANGELOG.md"
15+
"backend/CHANGELOG.md",
16+
"chart/**"
1617
],
1718
"plugins": [
1819
"https://plugins.dprint.dev/json-0.21.0.wasm",

dprint.json.license

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1-
SPDX-FileCopyrightText: 2025 SECO Mind Srl
1+
This file is part of Edgehog.
2+
3+
SPDX-FileCopyrightText: 2025, 2026 SECO Mind Srl
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
216

317
SPDX-License-Identifier: Apache-2.0

0 commit comments

Comments
 (0)