Running with gitlab-runner 17.5.3 (12030cf4)
  on dev.quiqqer.com GitLab CI Runner sc_BewxeB, system ID: s_6319c6f992f3
section_start:1743424236:prepare_executor
Preparing the "docker" executor
Using Docker executor with image toolhippie/semantic-release:24.1.0 ...
Pulling docker image toolhippie/semantic-release:24.1.0 ...
Using docker image sha256:6e20309be1cccad3c4f1ff652f188eb0e915de3c4193a8cd28da388412b492aa for toolhippie/semantic-release:24.1.0 with digest toolhippie/semantic-release@sha256:aea919a56958370d363e37dae6613c056ca0f459013b4d206105486bcb38ecf7 ...
section_end:1743424239:prepare_executor
section_start:1743424239:prepare_script
Preparing environment
Running on runner-scbewxeb-project-544-concurrent-0 via qui-gitlab-runner...
section_end:1743424240:prepare_script
section_start:1743424240:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in /builds/quiqqer/frontend-users/.git/
Checking out 6f2c43fc as detached HEAD (ref is main)...
Removing .phive-home/
Removing .phpcs-cache-phpcs-6f2c43fcbe06937eea0213c3208becce0a88d22b.json
Removing .phpcs-report.xml
Removing tools/

Skipping Git submodules setup
section_end:1743424241:get_sources
section_start:1743424241:step_script
Executing "step_script" stage of the job script
Using docker image sha256:6e20309be1cccad3c4f1ff652f188eb0e915de3c4193a8cd28da388412b492aa for toolhippie/semantic-release:24.1.0 with digest toolhippie/semantic-release@sha256:aea919a56958370d363e37dae6613c056ca0f459013b4d206105486bcb38ecf7 ...
$ git config --global --add safe.directory $CI_PROJECT_DIR
$ CURRENT_VERSION=$(git describe --abbrev=0 --tags || echo "0.0.0")
$ if [ ! -e .releaserc.json ]; then (echo ' {"tagFormat":"${version}","branches":["+([0-9])?(.{+([0-9]),x}).x","master","main"],"plugins":[["@semantic-release/commit-analyzer",{"preset":"conventionalcommits"}],["@semantic-release/release-notes-generator",{"preset":"conventionalcommits"}],["@semantic-release/gitlab",{"gitlabUrl":"https://dev.quiqqer.com","assignee":"JanWennrich"}]]} ' > .releaserc.json); fi
$ semantic-release
[12:30:44 PM] [semantic-release] › ℹ  Running semantic-release version 24.1.0
[12:30:44 PM] [semantic-release] › ✔  Loaded plugin "verifyConditions" from "@semantic-release/gitlab"
[12:30:44 PM] [semantic-release] › ✔  Loaded plugin "analyzeCommits" from "@semantic-release/commit-analyzer"
[12:30:44 PM] [semantic-release] › ✔  Loaded plugin "generateNotes" from "@semantic-release/release-notes-generator"
[12:30:44 PM] [semantic-release] › ✔  Loaded plugin "publish" from "@semantic-release/gitlab"
[12:30:44 PM] [semantic-release] › ✔  Loaded plugin "success" from "@semantic-release/gitlab"
[12:30:44 PM] [semantic-release] › ✔  Loaded plugin "fail" from "@semantic-release/gitlab"
[12:30:47 PM] [semantic-release] › ✔  Run automated release from branch main on repository https://gitlab-ci-token:[secure]@dev.quiqqer.com/quiqqer/frontend-users.git
[12:30:48 PM] [semantic-release] › ✔  Allowed to push to the Git repository
[12:30:48 PM] [semantic-release] › ℹ  Start step "verifyConditions" of plugin "@semantic-release/gitlab"
[12:30:48 PM] [semantic-release] [@semantic-release/gitlab] › ℹ  Verify GitLab authentication (https://dev.quiqqer.com/api/v4)
[12:30:48 PM] [semantic-release] › ✔  Completed step "verifyConditions" of plugin "@semantic-release/gitlab"
[12:30:48 PM] [semantic-release] › ℹ  Found git tag 2.7.1 associated with version 2.7.1 on branch main
[12:30:48 PM] [semantic-release] › ℹ  Found 2 commits since last release
[12:30:48 PM] [semantic-release] › ℹ  Start step "analyzeCommits" of plugin "@semantic-release/commit-analyzer"
[12:30:48 PM] [semantic-release] [@semantic-release/commit-analyzer] › ℹ  Analyzing commit: Merge branch 'next-2.x' into 'main'

feat: registration email blacklist for v2 quiqqer/frontend-users#74

See merge request quiqqer/frontend-users!70
[12:30:48 PM] [semantic-release] [@semantic-release/commit-analyzer] › ℹ  The commit should not trigger a release
[12:30:48 PM] [semantic-release] [@semantic-release/commit-analyzer] › ℹ  Analyzing commit: feat: registration email blacklist for v2 quiqqer/frontend-users#74
[12:30:48 PM] [semantic-release] [@semantic-release/commit-analyzer] › ℹ  The release type for the commit is minor
[12:30:48 PM] [semantic-release] [@semantic-release/commit-analyzer] › ℹ  Analysis of 2 commits complete: minor release
[12:30:48 PM] [semantic-release] › ✔  Completed step "analyzeCommits" of plugin "@semantic-release/commit-analyzer"
[12:30:48 PM] [semantic-release] › ℹ  The next release version is 2.8.0
[12:30:48 PM] [semantic-release] › ℹ  Start step "generateNotes" of plugin "@semantic-release/release-notes-generator"
[12:30:48 PM] [semantic-release] › ✔  Completed step "generateNotes" of plugin "@semantic-release/release-notes-generator"
[12:30:49 PM] [semantic-release] › ✔  Created tag 2.8.0
[12:30:49 PM] [semantic-release] › ℹ  Start step "publish" of plugin "@semantic-release/gitlab"
[12:30:49 PM] [semantic-release] [@semantic-release/gitlab] › ℹ  Published GitLab release: 2.8.0
[12:30:49 PM] [semantic-release] › ✔  Completed step "publish" of plugin "@semantic-release/gitlab"
[12:30:49 PM] [semantic-release] › ℹ  Start step "success" of plugin "@semantic-release/gitlab"
[12:30:50 PM] [semantic-release] › ✔  Completed step "success" of plugin "@semantic-release/gitlab"
[12:30:50 PM] [semantic-release] › ✔  Published release 2.8.0 on default channel
$ RELEASED_VERSION=$(git describe --abbrev=0 --tags)
$ if [ ! "$RELEASED_VERSION" == "$CURRENT_VERSION" ]; then echo $RELEASED_VERSION > $RELEASED_VERSION_ARTIFACT; fi
section_end:1743424250:step_script
section_start:1743424250:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
.RELEASED_VERSION.txt: found 1 matching artifact files and directories 
Uploading artifacts as "archive" to coordinator... 201 Created  id=61069 responseStatus=201 Created token=glcbt-64
section_end:1743424251:upload_artifacts_on_success
section_start:1743424251:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1743424252:cleanup_file_variables
Job succeeded