-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tailor output to look better on a GitHub releases page (#104)
* cleanup markdown format Signed-off-by: Alex Goodman <[email protected]> * allow for title templating and default to version value Signed-off-by: Alex Goodman <[email protected]> * remove conventional commit prefixes from changelog lines Signed-off-by: Alex Goodman <[email protected]> --------- Signed-off-by: Alex Goodman <[email protected]>
- Loading branch information
Showing
10 changed files
with
366 additions
and
89 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
log: | ||
level: trace | ||
|
||
title: '' |
36 changes: 36 additions & 0 deletions
36
chronicle/release/format/markdown/__snapshots__/presenter_test.snap
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,36 @@ | ||
|
||
[TestMarkdownPresenter_Present - 1] | ||
# v0.19.1 | ||
|
||
### Bug Fixes | ||
|
||
- Redirect cursor hide/show to stderr [[#456](https://github.com/anchore/syft/pull/456)] | ||
|
||
### Added Features | ||
|
||
- added feature [[#457](https://github.com/anchore/syft/pull/457) @wagoodman] | ||
- another added feature | ||
|
||
### Breaking Changes | ||
|
||
- breaking change [[#458](https://github.com/anchore/syft/pull/458) [#450](https://github.com/anchore/syft/issues/450) @wagoodman] | ||
|
||
**[(Full Changelog)](https://github.com/anchore/syft/compare/v0.19.0...v0.19.1)** | ||
|
||
--- | ||
|
||
[TestMarkdownPresenter_Present_NoTitle - 1] | ||
### Bug Fixes | ||
|
||
- Redirect cursor hide/show to stderr [[#456](https://github.com/anchore/syft/pull/456)] | ||
|
||
**[(Full Changelog)](https://github.com/anchore/syft/compare/v0.19.0...v0.19.1)** | ||
|
||
--- | ||
|
||
[TestMarkdownPresenter_Present_NoChanges - 1] | ||
# Changelog | ||
|
||
**[(Full Changelog)](https://github.com/anchore/syft/compare/v0.19.0...v0.19.1)** | ||
|
||
--- |
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
Oops, something went wrong.