Skip to content

Commit 1c19ad4

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

File tree

5 files changed

+29
-2
lines changed

5 files changed

+29
-2
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.12.0",
33
"doc": "0.12.0",
4-
"frontend": "0.12.0"
4+
"frontend": "0.12.0",
5+
"charts": "0.1.0"
56
}

REUSE.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,21 @@ path = ".github/CODEOWNERS"
8686
precedence = "aggregate"
8787
SPDX-FileCopyrightText = "2026 Seco Mind Srl"
8888
SPDX-License-Identifier = "Apache-2.0"
89+
90+
[[annotations]]
91+
path = "chart/Chart.lock"
92+
precedence = "aggregate"
93+
SPDX-FileCopyrightText = "2026 SECO Mind Srl"
94+
SPDX-License-Identifier = "Apache-2.0"
95+
96+
[[annotations]]
97+
path = "chart/.helmignore"
98+
precedence = "aggregate"
99+
SPDX-FileCopyrightText = "2026 SECO Mind Srl"
100+
SPDX-License-Identifier = "Apache-2.0"
101+
102+
[[annotations]]
103+
path = "chart/templates/_helpers.tpl"
104+
precedence = "aggregate"
105+
SPDX-FileCopyrightText = "2026 SECO Mind Srl"
106+
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
"**/schema.graphql",
1313
"frontend/**",
1414
"backend/CHANGELOG.md",
15-
"doc/CHANGELOG.md"
15+
"doc/CHANGELOG.md",
16+
"chart/**"
1617
],
1718
"plugins": [
1819
"https://plugins.dprint.dev/json-0.21.0.wasm",

0 commit comments

Comments
 (0)