Release 8.4.1 (#11827)

* Release 8.4.1

* Release 8.4.1
This commit is contained in:
AleksanderSklorz
2026-05-20 14:19:20 +05:30
committed by Anamika Dey
parent 27d854c5fc
commit 32e1cd743e
20 changed files with 42 additions and 37 deletions
+5
View File
@@ -8,4 +8,9 @@ if [[ ! $BRANCH =~ ^master(-patch.*)?$ ]]
then
echo "Replace NPM version with new Alpha tag"
./scripts/update-version.sh -gnu || exit 1;
else
# For master branch, read current version from package.json
CURRENT_VERSION=$(node -p "require('./package.json').version")
echo "Current version for master branch: $CURRENT_VERSION"
echo "release_version=$CURRENT_VERSION" >> $GITHUB_OUTPUT
fi