@@ -12,35 +12,27 @@ assignees: ''
1212Please do not remove items from the checklist
1313-->
1414- [ ] All [ OWNERS] ( https://github.com/inftyai/llmaz/blob/main/OWNERS ) must LGTM the release proposal
15- - [ ] Verify that the changelog in this issue is up-to-date
1615- [ ] Prepare the image and files
1716 - [ ] Run ` PLATFORMS=linux/amd64 make image-push GIT_TAG=$VERSION ` to build and push an image.
1817 - [ ] Run ` make artifacts GIT_TAG=$VERSION ` to generate the artifact.
1918 - [ ] Run ` make helm-package ` to package the helm chart and update the index.yaml.
20- - [ ] Update ` docs/installation.md ` , ` chart/README .md`
19+ - [ ] Update ` chart/Chart.yaml ` and ` docs/installation .md` , the helm version is different with the app version.
2120 - [ ] Submit a PR and merge it.
2221- [ ] An OWNER [ prepares a draft release] ( https://github.com/inftyai/llmaz/releases )
2322 - [ ] Create a new tag
24- - [ ] Write the change log into the draft release
23+ - [ ] Write the change log into the draft release which should include below items if any:
24+ ```
25+ 🚀 **Major Features**:
26+ ✨ **Features**:
27+ 🐛 **Bugs**:
28+ ♻️ **Cleanups**:
29+ ```
2530 - [ ] Upload the files to the draft release.
26- - ` manifests.yaml ` under artifacts
27- - new generated helm chart ` *.zip ` file
31+ - [ ] `manifests.yaml` under artifacts
32+ - [ ] new generated helm chart `*.zip` file
2833- [ ] Publish the draft release prepared at the [Github releases page](https://github.com/inftyai/llmaz/releases)
2934- [ ] Publish the helm chart
3035 - [ ] Run `git checkout gh-pages`
3136 - [ ] Copy the `index.yaml` from main branch
3237 - [ ] Submit a PR and merge it.
3338- [ ] Close this issue
34-
35- ## Changelog
36- <!--
37- Describe changes since the last release here.
38- -->
39-
40- 🚀 ** Major Features** :
41-
42- ✨ ** Features** :
43-
44- 🐛 ** Bugs** :
45-
46- ♻️ ** Cleanups** :
0 commit comments