Skip to content
Snippets Groups Projects

feat: Add semantic release

Merged Alen Zubic requested to merge feat/add-semantic-release into main
3 files
+ 40
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 6
0
@@ -4,6 +4,12 @@ variables:
IMAGE_TAG_HELM_FILE_VARIABLE: "image.tag"
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'
Loading