Skip to content
Snippets Groups Projects
Commit 88253028 authored by Dean Lovett's avatar Dean Lovett
Browse files

chore: updated CI process

Update .gitlab-ci.yml file
chore: added release


chore: added GitVersion
parent f409c67e
No related branches found
No related tags found
No related merge requests found
include:
- project: nexus-mods/devops/ci/nexus-auto-devops
file: /Release.gitlab-ci.yml
- project: nexus-mods/devops/ci/nexus-auto-devops
file: /Build.gitlab-ci.yml
- project: nexus-mods/devops/ci/nexus-auto-devops
file: /CodeQuality.gitlab-ci.yml
build:
rules:
- if: $BUILD_DISABLED
when: never
- if: $AUTO_DEVOPS_PLATFORM_TARGET == "EC2"
when: never
- when: always
docker_lint:
stage: build
image: hadolint/hadolint:latest-debian
......
mode: Mainline
major-version-bump-message: ^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\([\w\s-]*\))?(!:|:.*\n\n((.+\n)+\n)?BREAKING CHANGE:\s.+)
minor-version-bump-message: '^(feat)(\([\w\s-]*\))?:'
patch-version-bump-message: '^(build|chore|ci|docs|fix|perf|refactor|revert|style|test)(\([\w\s-]*\))?:'
branches:
# See https://gitversion.net/docs/reference/configuration#branch-configuration
main:
tag: ''
increment: Patch
prevent-increment-of-merged-branch-version: true
track-merge-target: false
regex: ^master$|^main$
source-branches:
- develop
- release
tracks-release-branches: false
is-release-branch: false
is-mainline: true
pre-release-weight: 55000
feature:
tag: useBranchName
increment: Inherit
prevent-increment-of-merged-branch-version: false
track-merge-target: true
regex: ^features?[/-]
tracks-release-branches: false
is-release-branch: false
is-mainline: false
pre-release-weight: 0
ignore:
sha: []
merge-message-formats: {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment