Skip to content
Code-Schnipsel Gruppen Projekte
Commit cfb1e95b erstellt von Jan Wennrich's avatar Jan Wennrich
Dateien durchsuchen

Merge branch 'next-17.x' into 'main'

ci: test pre-release of "quiqqer-package-bundle" that includes the "branch-organizer" component

See merge request !141
Übergeordnete f9fe92c5 6464fe7a
No related branches found
No related tags found
2 Merge Requests!142Update 'next-18.x' with latest changes from 'main',!141ci: test pre-release of "quiqqer-package-bundle" that includes the "branch-organizer" component
Pipeline #11114 mit Warnungen bestanden mit Phasen
in 1 Minute und 18 Sekunden
......@@ -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:
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren