Loading generateSpecWebSite/spec_on_pages.sh +4 −0 Original line number Diff line number Diff line Loading @@ -211,6 +211,10 @@ if [ -n "${PREVIOUS_TAG}" ]; then #mv -f "$item" public/${TAG_NAME}/release_notes_diff/ mv -f "$item" docs/release_notes_diff/ done else echo "No previous tag, skipping release notes diff generation" # go back to the original directory cd ${actual_path} fi # Git add all files and subdirectories in the release notes diff folder, including media Loading Loading
generateSpecWebSite/spec_on_pages.sh +4 −0 Original line number Diff line number Diff line Loading @@ -211,6 +211,10 @@ if [ -n "${PREVIOUS_TAG}" ]; then #mv -f "$item" public/${TAG_NAME}/release_notes_diff/ mv -f "$item" docs/release_notes_diff/ done else echo "No previous tag, skipping release notes diff generation" # go back to the original directory cd ${actual_path} fi # Git add all files and subdirectories in the release notes diff folder, including media Loading