Skip to content
Snippets Groups Projects
Commit 6df87f84 authored by John Harris's avatar John Harris
Browse files

Merge branch 'master' into 'ruby-3-2'

parents 223d26cb 1b09fc3a
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