Skip to content

Commit

Permalink
Upd: Create changelog before packing the chart
Browse files Browse the repository at this point in the history
This is an initial preparation for incorporating the changelong
into the published chart.
  • Loading branch information
bokysan committed Mar 21, 2021
1 parent 5209c84 commit 367099b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ jobs:
id: readme_and_licence
shell: bash
run: cp README.md LICENSE helm/mail/
- name: Changelog
uses: Bullrich/generate-release-changelog@master
id: Changelog
env:
REPO: ${{ github.repository }}
# TODO: Include the changelog in Chart.yml as annotations.artifacthub.io/changes
# See more here: https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations
- name: Package helm chart
uses: WyriHaximus/github-action-helm3@v2
with:
Expand All @@ -53,11 +60,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./gh-pages
tag_name: gh-pages-${{ steps.version_number.outputs.RELEASE_VERSION }}
- name: Changelog
uses: Bullrich/generate-release-changelog@master
id: Changelog
env:
REPO: ${{ github.repository }}
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 367099b

Please sign in to comment.