Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
c1ee879c
Commit
c1ee879c
authored
8 years ago
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update examples in changelog docs to use single quotes around title
[ci skip]
parent
c3216706
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/development/changelog.md
doc/development/changelog.md
+3
-3
No files found.
doc/development/changelog.md
View file @
c1ee879c
...
...
@@ -36,7 +36,7 @@ automatically.
Its simplest usage is to provide the value for `title`:
```
text
$ bin/changelog
Hey DZ, I added a feature to GitLab!
$ bin/changelog
'Hey DZ, I added a feature to GitLab!'
create changelogs/unreleased/my-feature.yml
---
title: Hey DZ, I added a feature to GitLab!
...
...
@@ -85,7 +85,7 @@ Use the **`--merge-request`** or **`-m`** argument to provide the
`merge_request` value:
```
text
$ bin/changelog
Hey DZ, I added a feature to GitLab!
-m 1983
$ bin/changelog
'Hey DZ, I added a feature to GitLab!'
-m 1983
create changelogs/unreleased/feature-hey-dz.yml
---
title: Hey DZ, I added a feature to GitLab!
...
...
@@ -118,7 +118,7 @@ Use the **`--git-username`** or **`-u`** argument to automatically fill in the
$ git config user.name
Jane Doe
$ bin/changelog --u
Hey DZ, I added a feature to GitLab!
$ bin/changelog --u
'Hey DZ, I added a feature to GitLab!'
create changelogs/unreleased/feature-hey-dz.yml
---
title: Hey DZ, I added a feature to GitLab!
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment