Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
fix release please pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
justinthelaw committed Feb 29, 2024
1 parent c4a007f commit 5491932
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
{
"packages": {
".": {
"release-type": "simple",
"draft": false,
"changelog-path": "CHANGELOG.md",
"versioning": "default",
"extra-files": [
"chart/Chart.yaml",
"zarf.yaml"
]
}
"packages": {
".": {
"release-type": "node",
"draft": false,
"changelog-path": "CHANGELOG.md",
"versioning": "default",
"extra-files": [
"zarf.yaml",
"zarf-config.yaml",
{
"type": "yaml",
"path": "chart/Chart.yaml",
"jsonpath": "$.appVersion"
}
]
}
}
}

0 comments on commit 5491932

Please sign in to comment.