Skip to content

Commit

Permalink
fix: updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
siredmar committed Sep 5, 2022
1 parent 88cfb4f commit 268254e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ The plugin can be configured in the [**semantic-release** configuration file
{
"plugins": [
["@edgefarm/semantic-release-helm-oci", {
"registry": "oci://ghcr.io/edgefarm/abc"
"registry": "oci://ghcr.io/edgefarm/abc",
"chartPath" "charts/abc"
}]
]
}
Expand All @@ -41,6 +42,7 @@ plugins:
-
- '@edgefarm/semantic-release-helm-oci'
- registry: oci://ghcr.io/edgefarm/abc
chartPath: "charts/abc"
```
With this example, for each release, a Helm chart will be published to
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
"conventional-changelog-conventionalcommits": "^4.6.1",
"semantic-release-commitlint": "^1.2.2"
}
}
}

0 comments on commit 268254e

Please sign in to comment.