Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
technical-reference
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
FE
technical-reference
Commits
446cd830
Commit
446cd830
authored
4 years ago
by
Michelle Weidling
Browse files
Options
Downloads
Plain Diff
Merge branch '30-clearify-git-cz-keywords' into 'master'
Resolve "Clearify git cz keywords" Closes
#30
See merge request
!27
parents
4d1b1edb
22205043
No related branches found
No related tags found
1 merge request
!27
Resolve "Clearify git cz keywords"
Pipeline
#139878
passed with warnings
4 years ago
Stage: build
Stage: test
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.cz-config.js
+3
-3
3 additions, 3 deletions
.cz-config.js
README.md
+3
-3
3 additions, 3 deletions
README.md
with
6 additions
and
6 deletions
.cz-config.js
+
3
−
3
View file @
446cd830
module
.
exports
=
{
types
:
[
{
value
:
'
PATCH
'
,
name
:
'
PATCH: Small addition to or revision of the T
echnical Reference
'
},
{
value
:
'
MINOR
'
,
name
:
'
MINOR: Medium addition to or revision of the T
echnical Reference
'
},
{
value
:
'
MAJOR
'
,
name
:
'
MAJOR: Huge contribution to or revision of the T
echnical Reference
'
},
{
value
:
'
PATCH
'
,
name
:
'
PATCH: Small addition to or revision of the T
R
\'
s Markdown files
'
},
{
value
:
'
MINOR
'
,
name
:
'
MINOR: Medium addition to or revision of the T
R
\'
s Markdown files
'
},
{
value
:
'
MAJOR
'
,
name
:
'
MAJOR: Huge contribution to or revision of the T
R
\'
s Markdown files
'
},
{
value
:
'
feat
'
,
name
:
'
feat: A new feature
'
},
{
value
:
'
fix
'
,
name
:
'
fix: A bug fix
'
},
{
value
:
'
docs
'
,
name
:
'
docs: General documentation-only changes
'
},
...
...
This diff is collapsed.
Click to expand it.
README.md
+
3
−
3
View file @
446cd830
...
...
@@ -36,6 +36,6 @@ exec < /dev/tty && node_modules/.bin/git-cz --hook || true
We have configured three types of commits for the work on the technical reference that should reflect the extent of your
contribution:
-
PATCH: Small addition to or revision of Technical
r
eference.
-
MINOR: Medium addition to or revision of Technical
r
eference.
-
MAJOR: Huge contribution to or revision of Technical
r
eference.
-
PATCH: Small addition to or revision of
the
Technical
R
eference
's Markdown files
.
-
MINOR: Medium addition to or revision of
the
Technical
R
eference
's Markdown files
.
-
MAJOR: Huge contribution to or revision of
the
Technical
R
eference
's Markdown files
.
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