Loading project-automation/semantic-release.yml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ semantic-release: for FILE in ${BUMPED_FILES}; do if ! jq -e --arg FILE "$FILE" '.plugins[3][1].assets | index($FILE)' .releaserc > /dev/null; then printf "[!] '${FILE}' has changed, but isn't listed in the assets in '.releaserc'. " if [ "${DISABLE_AUTO_FIX_ASSETS}" = "true" ]; if [ "${DISABLE_AUTO_FIX_ASSETS}" = "true" ]; then echo "Ensure it is matched, else the version bumped files will not be pushed to your repo." else echo "It will be added for you." Loading Loading
project-automation/semantic-release.yml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ semantic-release: for FILE in ${BUMPED_FILES}; do if ! jq -e --arg FILE "$FILE" '.plugins[3][1].assets | index($FILE)' .releaserc > /dev/null; then printf "[!] '${FILE}' has changed, but isn't listed in the assets in '.releaserc'. " if [ "${DISABLE_AUTO_FIX_ASSETS}" = "true" ]; if [ "${DISABLE_AUTO_FIX_ASSETS}" = "true" ]; then echo "Ensure it is matched, else the version bumped files will not be pushed to your repo." else echo "It will be added for you." Loading