File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ if [ "${npm_previous_package_version%.*}" != "${npm_current_package_version%.*}"
7474 npm_current_package_minor_version=${npm_current_package_version% .* }
7575 echo $npm_previous_package_minor_version
7676 echo $npm_current_package_minor_version
77- 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\/$npm_previous_package_version \/docs\/Admin.md\)/" docs/OldVersions.md
77+ 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
7878 if [ -z " $RELEASE_DRY_RUN " ]; then
7979 echo " Committing the OldVersion.md file update"
8080 git add .
You can’t perform that action at this time.
0 commit comments