Skip to content

Commit 93ce6a8

Browse files
authored
feat(helm): Make release commits more verbose (#13367)
1 parent 39e7f13 commit 93ce6a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-x-manual-helm-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,5 @@ jobs:
117117
fi
118118
cp -f ./build/index.yaml ./index.yaml
119119
git add ./index.yaml
120-
git commit -m "Update index.yaml"
120+
git commit -m "Update index.yaml - ${{ inputs.release_number }}"
121121
git push -u origin helm-charts

0 commit comments

Comments
 (0)