Skip to content

Commit f448b27

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

File tree

5 files changed

+31
-4
lines changed

5 files changed

+31
-4
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: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,19 @@
77
"package-name": "backend",
88
"release-type": "elixir",
99
"component": "backend",
10-
"include-component-in-tag": true
10+
"include-component-in-tag": false
1111
},
1212
"frontend": {
1313
"package-name": "frontend",
1414
"release-type": "node",
1515
"component": "frontend",
16-
"include-component-in-tag": true
16+
"include-component-in-tag": false
17+
},
18+
"charts": {
19+
"package-name": "charts",
20+
"release-type": "helm",
21+
"component": "charts",
22+
"include-component-in-tag": false
1723
}
1824
},
1925
"plugins": [
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"backend": "0.12.0",
3-
"frontend": "0.12.0"
3+
"frontend": "0.12.0",
4+
"charts": "0.1.0"
45
}

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)