- use loose semver parsing to support a wider variety of cases

This commit is contained in:
Mike Penz
2020-11-11 13:40:17 +01:00
parent 61475aaa56
commit c29d7639d7
6 changed files with 43 additions and 31 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ export const DefaultConfiguration: Configuration = {
labels: ['test']
}
], // the categories to support for the ordering
ignore_labels: [ "ignore" ], // list of lables being ignored from the changelog
ignore_labels: ['ignore'], // list of lables being ignored from the changelog
transformers: [], // transformers to apply on the PR description according to the `pr_template`
tag_resolver: {
// defines the logic on how to resolve the previous tag, only relevant if `fromTag` is not specified