forked from spring-io/github-changelog-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow setting of a default prefix for headings.
Fixes spring-iogh-56
- Loading branch information
1 parent
fa4e574
commit 928f827
Showing
5 changed files
with
89 additions
and
26 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
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
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
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
19 changes: 19 additions & 0 deletions
19
src/test/resources/io/spring/githubchangeloggenerator/output-with-custom-title-prefix
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,19 @@ | ||
== Enhancements | ||
|
||
- Enhancement 1 [#1](enhancement-1-url) | ||
- Enhancement 2 [#2](enhancement-2-url) | ||
- enHAncEMent a [#3](enhancement-3-url) | ||
- Enhancement c [#1](enhancement-1-url) | ||
- Enhancement z [#2](enhancement-2-url) | ||
|
||
== :heart: Contributors | ||
|
||
We'd like to thank all the contributors who worked on this release! | ||
|
||
- [@contributor1](contributor1-github-url) | ||
- [@contributor2](contributor2-github-url) | ||
== External Links | ||
|
||
- [Release Notes Link 1](url1) | ||
- [Release Notes Link 2](url2) | ||
- [Release Notes Link 3](url3) |