Revert bumper filter for exclusion files

This commit is contained in:
fcaffieri 2026-03-19 10:37:11 -03:00
parent 511dffa104
commit f413f594b1
No known key found for this signature in database
GPG Key ID: B7BF03CCFA03B9B8

View File

@ -10,7 +10,7 @@ LOG_FILE="${DIR}/tools/repository_bumper_$(date +"%Y-%m-%d_%H-%M-%S-%3N").log"
VERSION="" VERSION=""
STAGE="" STAGE=""
FILES_EDITED=() FILES_EDITED=()
FILES_EXCLUDED='--exclude="repository_bumper_*.log" --exclude="CHANGELOG.md" --exclude="*repository_bumper.sh"' FILES_EXCLUDED='--exclude="repository_bumper_*.log" --exclude="CHANGELOG.md" --exclude="repository_bumper.sh" --exclude="4_bumper_repository.yml"'
get_old_version_and_stage() { get_old_version_and_stage() {
local VERSION_FILE="${DIR}/VERSION.json" local VERSION_FILE="${DIR}/VERSION.json"