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

chore: include .gitlab-ci.yml from quiqqer/semantic-release

Übergeordneter d2ffa3b5
No related branches found
No related tags found
1 Merge Request!5chore: include .gitlab-ci.yml from quiqqer/semantic-release
# The release pipeline will run only on the releases branch on commit
stages:
- release
release:
image: node:18-slim
stage: release
before_script:
- apt-get update && apt-get install -y --no-install-recommends git-core ca-certificates
- npm install -g semantic-release @semantic-release/gitlab @semantic-release/git @semantic-release/changelog @ambimax/semantic-release-composer@npm:@iwavesmedia/semantic-release-composer
script:
- semantic-release
rules:
- if: $CI_COMMIT_BRANCH == "releases"
include:
- project: 'quiqqer/semantic-release'
file: '/.gitlab-ci.yml'
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