-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[notes] Add support for multiple authors
This commit adds code to support export of multiple authors from the changelog entry. Signed-off-by: Venu Vardhan Reddy Tekula <venuvardhanreddytekula8@gmail.com>
- Loading branch information
Showing
3 changed files
with
30 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
releases/unreleased/notes-command-supports-multiple-authors-in-changelog-entries.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Notes command supports multiple authors in changelog entries | ||
category: added | ||
author: null | ||
issue: 49 | ||
notes: > | ||
The notes command supports exporting of multiple authors | ||
from the changelog entries. You can add more than one | ||
author to the changelog entry by defining them as | ||
``` | ||
author: | ||
- John Smith <jsmith@example.com> | ||
- John Doe <jdoe@example.com> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters