build: release next major version as prerelease

- edit .releaserc + gitlab-ci to add next branch
- add plugins folder to bundle

BREAKING CHANGE: next major release including plugins architecture
This commit is contained in:
Yassine Doghri 2024-06-10 16:34:13 +00:00
commit 827522643e
6 changed files with 13 additions and 3 deletions

View file

@ -2,7 +2,7 @@
set -e
VERSION=$1
COMPOSER_VERSION=$(echo "$VERSION" | sed -r 's/(alpha|beta)./\1/g')
COMPOSER_VERSION=$(echo "$VERSION" | sed -r 's/(alpha|beta|next)./\1/g')
# replace composer.json version using jq
echo "$( jq '.version = "'$COMPOSER_VERSION'"' composer.json )" > composer.json