Release 8.4.1 (#11827)

* Release 8.4.1

* Release 8.4.1
This commit is contained in:
AleksanderSklorz
2026-04-21 12:01:35 +02:00
committed by GitHub
parent 03f04bf118
commit d1bda4f898
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