-
Notifications
You must be signed in to change notification settings - Fork 919
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: CHANGELOG sorting and generation
The CHANGELOG.md is now sorted in semver order, i.e. v0.24.2 will be sorted before v0.25.0 and not before v0.27.1 as before. This fixes cherry-picks and is more intuitive for the reader. Also, only semver-compliant tags are included. This is to work around a bug in git-chlog and also drop any non-semver compliant tags from the log Closes: #2638 #2655 Signed-off-by: Michael Gasch <mgasch@vmware.com>
- Loading branch information
Michael Gasch
committed
Nov 11, 2021
1 parent
7f4c8e0
commit 10fec66
Showing
3 changed files
with
396 additions
and
286 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
Oops, something went wrong.