We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 286f8e5 commit 83838e8Copy full SHA for 83838e8
.github/workflows/cicd.yml
@@ -128,5 +128,8 @@ jobs:
128
- name: Run chart-releaser
129
if: steps.semantic.outputs.new_release_published == 'true'
130
uses: helm/chart-releaser-action@v1
131
+ with:
132
+ config: cr.yaml
133
+ mark_as_latest: false
134
env:
135
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
.releaserc.json
@@ -23,6 +23,12 @@
23
"preset": "conventionalcommits"
24
}
25
],
26
+ [
27
+ "@semantic-release/changelog",
28
+ {
29
+ "changelogFile": "charts/oidc-guard/CHANGELOG.md"
30
+ }
31
+ ],
32
"@semantic-release/github"
33
]
-}
34
+}
cr.yaml
@@ -0,0 +1 @@
1
+release-notes-file: CHANGELOG.md
0 commit comments