Update CHANGELOG

This commit is contained in:
fcaffieri 2026-03-18 17:31:33 -03:00
parent d5e7ecc363
commit 9170b62916
No known key found for this signature in database
GPG Key ID: B7BF03CCFA03B9B8
2 changed files with 22 additions and 1 deletions

View File

@ -13,7 +13,7 @@ All notable changes to this project will be documented in this file.
### Fixed
- None
- Fix bumper script early exit ([#1979](https://github.com/wazuh/wazuh-ansible/pull/1979))
### Deleted

21
test_bumper.sh Normal file
View File

@ -0,0 +1,21 @@
# 1. Ejecutar bump normal (distinto stage)
echo "$ sed -i 's/"stage": "alpha0"/"stage": "rc1"/' VERSION.json"
sed -i 's/"stage": "alpha0"/"stage": "rc1"/' VERSION.json
echo "$ cat VERSION.json"
cat VERSION.json
# 2. Ejecutar bumper con los mismos valores + --tag true
echo "$ bash tools/repository_bumper.sh --version 4.14.5 --stage rc1"
bash tools/repository_bumper.sh --version 4.14.5 --stage rc1
# 3. Evidencia
echo "$ cat tools/repository_bumper_*.log"
cat tools/repository_bumper_*.log
echo "$ git status"
git status
# 4. Cleanup
git checkout -- .
rm -f tools/repository_bumper_*.log