- 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:
@@ -31,6 +31,7 @@ it('Should be true', async () => {
|
||||
repo: 'release-changelog-builder-action',
|
||||
fromTag: null,
|
||||
toTag: 'v0.0.3',
|
||||
ignorePreReleases: false,
|
||||
configuration: configuration
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user