Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Rails Build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Public
Rails Build
Commits
6df87f84
Commit
6df87f84
authored
1 year ago
by
John Harris
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into 'ruby-3-2'
parents
223d26cb
1b09fc3a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+10
-0
10 additions, 0 deletions
.gitlab-ci.yml
GitVersion.yml
+32
-0
32 additions, 0 deletions
GitVersion.yml
with
42 additions
and
0 deletions
.gitlab-ci.yml
+
10
−
0
View file @
6df87f84
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
...
...
This diff is collapsed.
Click to expand it.
GitVersion.yml
0 → 100644
+
32
−
0
View file @
6df87f84
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
:
{}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment