Skip to content
Code-Schnipsel Gruppen Projekte

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

Zusammengeführt QUIQQER Stabilization schlägt vor, main in next-17.x zu mergen.
1 Datei
+ 12
0
Änderungen vergleichen
  • Nebeneinander
  • In der Reihe
+ 12
0
@@ -3,6 +3,18 @@ include:
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:
rules: