Skip to content

Commit 83838e8

Browse files
chore: add changelog to helm chart (#533)
1 parent 286f8e5 commit 83838e8

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,8 @@ jobs:
128128
- name: Run chart-releaser
129129
if: steps.semantic.outputs.new_release_published == 'true'
130130
uses: helm/chart-releaser-action@v1
131+
with:
132+
config: cr.yaml
133+
mark_as_latest: false
131134
env:
132135
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

.releaserc.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
"preset": "conventionalcommits"
2424
}
2525
],
26+
[
27+
"@semantic-release/changelog",
28+
{
29+
"changelogFile": "charts/oidc-guard/CHANGELOG.md"
30+
}
31+
],
2632
"@semantic-release/github"
2733
]
28-
}
34+
}

cr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
release-notes-file: CHANGELOG.md

0 commit comments

Comments
 (0)