FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CI Templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Information Services
DevOps
Continuous Delivery
CI Templates
Merge requests
!123
Edit maven.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Edit maven.md
dv359-master-patch-77620
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
D. Verma
requested to merge
dv359-master-patch-77620
into
master
3 weeks ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
d528fd97
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d528fd97
Edit maven.md
· d528fd97
D. Verma
authored
3 weeks ago
auto-devops/maven.md
+
1
−
0
Options
@@ -21,6 +21,7 @@ The script analyzes Git commit messages since the last version to determine the
-
`BREAKING CHANGE`
: Increments the
**major**
version.
-
`feat:`
: Increments the
**minor**
version.
-
`fix:`
: Increments the
**patch**
version.
-
`chore:`
: No artifact will be created.
#### Example:
-
Current version:
`1.2.3`
Loading