Skip to content

Commit 59cf526

Browse files
Helm (#4)
* Test helm version Signed-off-by: Shaoting Feng <shaotingf@uchicago.edu> * Test helm version Signed-off-by: Shaoting Feng <shaotingf@uchicago.edu> * helm: Signed-off-by: Shaoting Feng <shaotingf@uchicago.edu> --------- Signed-off-by: Shaoting Feng <shaotingf@uchicago.edu>
1 parent 4186b1a commit 59cf526

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/helm-release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,12 @@ jobs:
3737
charts_dir: "."
3838
env:
3939
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
40+
41+
- name: Update Release Notes
42+
run: |
43+
TAG_NAME=$(git describe --tags --abbrev=0) # 获取最新的 tag
44+
gh release edit "$TAG_NAME" \
45+
--generate-notes \
46+
--repo $GITHUB_REPOSITORY
47+
env:
48+
GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

helm/Chart.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
19-
version: 0.0.7
18+
version: 0.0.8
2019

2120
maintainers:
2221
- name: apostac

0 commit comments

Comments
 (0)