mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-12-16 21:59:36 +08:00
Upd: Create changelog before packing the chart
This is an initial preparation for incorporating the changelong into the published chart.
This commit is contained in:
parent
5209c84c59
commit
367099b781
1 changed files with 7 additions and 5 deletions
12
.github/workflows/tags.yml
vendored
12
.github/workflows/tags.yml
vendored
|
|
@ -39,6 +39,13 @@ jobs:
|
||||||
id: readme_and_licence
|
id: readme_and_licence
|
||||||
shell: bash
|
shell: bash
|
||||||
run: cp README.md LICENSE helm/mail/
|
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
|
- name: Package helm chart
|
||||||
uses: WyriHaximus/github-action-helm3@v2
|
uses: WyriHaximus/github-action-helm3@v2
|
||||||
with:
|
with:
|
||||||
|
|
@ -53,11 +60,6 @@ jobs:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./gh-pages
|
publish_dir: ./gh-pages
|
||||||
tag_name: gh-pages-${{ steps.version_number.outputs.RELEASE_VERSION }}
|
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
|
- name: Create Release
|
||||||
id: create_release
|
id: create_release
|
||||||
uses: actions/create-release@v1
|
uses: actions/create-release@v1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue