- add capability to ignore any pre-release releases from matching against, only relevant if no fromTag is specified

- protect against issue if no previous tag is available
This commit is contained in:
Mike Penz
2020-10-16 20:31:49 +02:00
parent bd027aa32a
commit 2b44c93df7
5 changed files with 35 additions and 13 deletions
+1
View File
@@ -31,6 +31,7 @@ it('Should be true', async () => {
repo: 'release-changelog-builder-action',
fromTag: null,
toTag: 'v0.0.3',
ignorePreReleases: false,
configuration: configuration
})