mirror of
https://github.com/Noooste/garage-ui.git
synced 2026-08-30 16:59:55 +00:00
chore(release): exclude .github from app, pin chart to 0.6.1 patch
Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>
This commit is contained in:
@@ -9,14 +9,20 @@
|
|||||||
"component": "garage-ui",
|
"component": "garage-ui",
|
||||||
"include-component-in-tag": false,
|
"include-component-in-tag": false,
|
||||||
"changelog-path": "CHANGELOG.md",
|
"changelog-path": "CHANGELOG.md",
|
||||||
"exclude-paths": ["helm/garage-ui"]
|
"exclude-paths": [
|
||||||
|
"helm/garage-ui",
|
||||||
|
".github",
|
||||||
|
"docs",
|
||||||
|
"scripts"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"helm/garage-ui": {
|
"helm/garage-ui": {
|
||||||
"release-type": "helm",
|
"release-type": "helm",
|
||||||
"component": "garage-ui-chart",
|
"component": "garage-ui-chart",
|
||||||
"package-name": "garage-ui",
|
"package-name": "garage-ui",
|
||||||
"include-component-in-tag": true,
|
"include-component-in-tag": true,
|
||||||
"changelog-path": "CHANGELOG.md"
|
"changelog-path": "CHANGELOG.md",
|
||||||
|
"release-as": "0.6.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user