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 @@ -73,8 +73,11 @@ if [ ! -z "$RELEASE_DRY_RUN" ]; then
7373fi
7474
7575if [ " $npm_previous_package_minor_version " != " $npm_current_package_minor_version " ]; then
76- echo " New minor version - Updating the OldVersion.md file"
76+ echo " New minor version - Updating the docs/ OldVersion.md file"
7777 sed -i " s/^- \[v$npm_previous_package_minor_version \].*/- [v$npm_current_package_minor_version ](https:\/\/github.com\/marmelab\/react-admin\/blob\/master\/docs\/Admin.md)\n- [v$npm_previous_package_minor_version ](https:\/\/github\.com\/marmelab\/react\-admin\/blob\/v$npm_previous_package_version \/docs\/Admin.md\)/" docs/OldVersions.md
78+ echo " Please review the docs/OldVersion.md file and update it if needed."
79+ echo " Press Enter when this is done"
80+ read
7881 if [ -z " $RELEASE_DRY_RUN " ]; then
7982 echo " Committing the OldVersion.md file update"
8083 git add .
You can’t perform that action at this time.
0 commit comments