File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ DEPLOYMENT_PATH="${ROOTDIR}/deployments"
9
9
EXAMPLES_PATH=" ${ROOTDIR} /examples"
10
10
DEBUG=${DEBUG:- " false" }
11
11
12
- DOCS_TO_UPDATE_FOLDER=${ROOTDIR} /site/content
13
12
FILES_TO_UPDATE_IC_VERSION=(
14
13
" ${ROOTDIR} /.github/data/version.txt"
15
14
" ${ROOTDIR} /README.md"
@@ -120,11 +119,6 @@ for i in "${FILE_TO_UPDATE_HELM_CHART_VERSION[@]}"; do
120
119
fi
121
120
done
122
121
123
- # update docs with new versions
124
- echo -n " ${new_ic_version} " > ./site/layouts/shortcodes/nic-version.html
125
- echo -n " ${new_helm_chart_version} " > ./site/layouts/shortcodes/nic-helm-version.html
126
- echo -n " ${new_operator_version} " > ./site/layouts/shortcodes/nic-operator-version.html
127
-
128
122
# update examples with new versions
129
123
example_files=$( find " ${EXAMPLES_PATH} " -type f -name " *.md" )
130
124
for i in ${example_files} ; do
Original file line number Diff line number Diff line change 68
68
.github/scripts/release-version-update.sh \
69
69
${{ github.event.inputs.current_version }} ${{ github.event.inputs.current_helm_version }} ${{ github.event.inputs.current_operator_version }} \
70
70
${{ github.event.inputs.new_version }} ${{ github.event.inputs.new_helm_version }} ${{ github.event.inputs.new_operator_version }}
71
- .github/scripts/release-notes-update.sh ${{ github.event.inputs.new_version }} ${{ github.event.inputs.new_helm_version }} "${{ github.event.inputs.k8s_versions }}" "${{ github.event.inputs.release_date }}"
71
+ # .github/scripts/release-notes-update.sh \
72
+ # ${{ github.event.inputs.new_version }} ${{ github.event.inputs.new_helm_version }} "${{ github.event.inputs.k8s_versions }}" \
73
+ # "${{ github.event.inputs.release_date }}"
72
74
73
75
- name : Create Pull Request
74
76
uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
You can’t perform that action at this time.
0 commit comments