File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,10 @@ if [ -z "$SNAPSHOT" ]; then
90
90
[[ " ${TAG_NAME} " == " v" * " -beta." * ]] && NOTES_FLAGS+=" -r beta"
91
91
[[ " ${TAG_NAME} " == " v" * " -rc." * ]] && NOTES_FLAGS+=" -r rc"
92
92
fi
93
- notes $NOTES_FLAGS | tee " $tmp_notes "
93
+ # TODO(cmacedo): figure out how to download the release notes and let it available in the cloud build
94
+ # Currently it does not work: https://github.com/kubernetes-sigs/kubebuilder/issues/2667
95
+ # notes $NOTES_FLAGS | tee "$tmp_notes"
96
+ notes=" Mock Release Notes for $( git describe --tags --always --broken) "
94
97
# we need to delete the tag for the release notes script, so restore it when done so that
95
98
# go releaser can find the right tag
96
99
if [[ -n " ${TAG_NAME} " ]]; then
You can’t perform that action at this time.
0 commit comments