- provide alternative method to sort tags
- introduce option configuration allowing to specify which method to pick - semver (default) - alphabetical sort order (sort)
This commit is contained in:
@@ -83,7 +83,8 @@ export class ReleaseNotesBuilder {
|
||||
this.toTag,
|
||||
this.ignorePreReleases,
|
||||
this.configuration.max_tags_to_fetch ||
|
||||
DefaultConfiguration.max_tags_to_fetch
|
||||
DefaultConfiguration.max_tags_to_fetch,
|
||||
this.configuration.tag_resolver || DefaultConfiguration.tag_resolver
|
||||
)
|
||||
if (previousTag == null) {
|
||||
failOrError(
|
||||
|
||||
Reference in New Issue
Block a user