Skip to content
Snippets Groups Projects

feat: Add semantic release

Merged Alen Zubic requested to merge feat/add-semantic-release into main
Compare and Show latest version
4 files
+ 41
30
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 7
17
@@ -3,23 +3,13 @@ variables:
IMAGE_TAG_HELM_FILE: "helm/staging/graphpolaris-frontend/values.yaml"
IMAGE_TAG_HELM_FILE_VARIABLE: "image.tag"
#include:
include:
# Release needs to happen before build-and-push, because build-and-push
# searches for a tag that contains the current commit SHA.
- project: 'graphpolaris/pipelines'
ref: main
file: 'semantic-release.yml'
# - project: 'graphpolaris/pipelines'
# ref: main
# file: 'docker-build-push.yml'
stages:
- release
release:
image: node:20-bookworm-slim
stage: release
tags:
- gp-runners
before_script:
- apt-get update && apt-get install -y --no-install-recommends git-core ca-certificates
- npm install -g semantic-release@21.1.1 @semantic-release/gitlab-config@12.0.1
script:
- semantic-release
# rules:
# - if: $CI_COMMIT_BRANCH == "master"
#
Loading