File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ sed -i "" -e "s/%%TITLE%%/### $ic_version/g" -e "s/%%IC_VERSION%%/$ic_version/g"
4444# update docs
4545find $DOCS_TO_UPDATE_FOLDER -type f -name " *.md" -exec sed -i " " " s/v$prev_ic_version /v$ic_version /g" {} +
4646find $DOCS_TO_UPDATE_FOLDER /installation -type f -name " *.md" -exec sed -i " " " s/$prev_ic_version /$ic_version /g" {} +
47- find $DOCS_TO_UPDATE_FOLDER /app-protect -type f -name " *.md" -exec sed -i " " " s/$prev_ic_version /$ic_version /g" {} +
47+ find $DOCS_TO_UPDATE_FOLDER /app-protect- * -type f -name " *.md" -exec sed -i " " " s/$prev_ic_version /$ic_version /g" {} +
4848
4949# update IC version in the technical-specification doc
5050sed -i " " " s/$prev_ic_version /$ic_version /g" $DOCS_TO_UPDATE_FOLDER /technical-specifications.md
You can’t perform that action at this time.
0 commit comments