Skip to content
Code-Schnipsel Gruppen Projekte

Update 'next-18.x' with latest changes from 'main'

Zusammengeführt QUIQQER Stabilization schlägt vor, main in next-18.x zu mergen.
1 Datei
+ 0
12
Änderungen vergleichen
  • Nebeneinander
  • In der Reihe
+ 0
12
@@ -2,18 +2,6 @@ include:
- component: dev.quiqqer.com/quiqqer/stabilization/ci-cd-components/quiqqer-package-bundle/quiqqer-package-bundle@next-2.x
inputs:
quiqqer-major-version: 1
- component: dev.quiqqer.com/quiqqer/stabilization/branch-organizer/branch-organizer@2
release:
script:
- 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
- RELEASED_VERSION=$(git describe --abbrev=0 --tags)
- if [ ! "$RELEASED_VERSION" == "$CURRENT_VERSION" ]; then echo $RELEASED_VERSION
> $RELEASED_VERSION_ARTIFACT; fi
# Remove the entire phpunit-php8.1 block, to allow PHPUnit to run on PHP 8.1 in your pipeline
phpunit-php8.1: