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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
b03ff18e
Commit
b03ff18e
authored
Feb 18, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
2e8c536f
bcb1ab3e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
1 deletion
+16
-1
changelogs/README.md
changelogs/README.md
+10
-0
changelogs/unreleased/changelogs-readme.yml
changelogs/unreleased/changelogs-readme.yml
+5
-0
scripts/lint-changelog-yaml
scripts/lint-changelog-yaml
+1
-1
No files found.
changelogs/README.md
0 → 100644
View file @
b03ff18e
# Generating changelog entries
To generate and validate your changelog entries:
1.
Run
`bin/changelog`
to generate.
1.
Run
`scripts/lint-changelog-yaml`
to validate.
See [development/changelog] documentation for detailed usage.
[
development/changelog
]:
https://docs.gitlab.com/ee/development/changelog.html
changelogs/unreleased/changelogs-readme.yml
0 → 100644
View file @
b03ff18e
---
title
:
add readme to changelogs directory
merge_request
:
25209
author
:
"
@glensc"
type
:
added
scripts/lint-changelog-yaml
View file @
b03ff18e
...
...
@@ -3,7 +3,7 @@
require
'yaml'
invalid_changelogs
=
Dir
[
'changelogs/**/*'
].
reject
do
|
changelog
|
next
true
if
changelog
=~
/(
archive
\.md|unreleased(-ee)?)$/
next
true
if
changelog
=~
/(
(README|archive)
\.md|unreleased(-ee)?)$/
next
false
unless
changelog
.
end_with?
(
'.yml'
)
begin
...
...
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