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

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

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

See merge request !137
Übergeordnete 3d45aa4a fb6880ae
No related branches found
Tags 2.1.2
2 Merge Requests!139Next 17.x,!137Update 'next-17.x' with latest changes from 'main'
Pipeline #11106 mit Warnungen bestanden mit Phase
in 56 Sekunden
Dieser Commit ist Teil des Merge Request !139. Hier erstellte Kommentare werden im Kontext dieses Merge Request erstellt.
......@@ -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:
......
......@@ -4,3 +4,5 @@ _____ _ _ ___ _ _ _____ _____ ___ ___ _____
| | | _ || _ || . ` | | __ | __| | |\/| || __|
| \__/\| | | || | | || |\ | |_\ \| |___ | | | || |___
\____/\_| |_/\_| |_/\_| \_/\____/\____/ \_| |_/\____/
foo bar baz
\ No newline at end of file
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