- 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
+3
View File
@@ -19,6 +19,9 @@ inputs:
description: 'the previous tag to compare against'
toTag:
description: 'the new tag created'
ignorePreReleases:
description: 'defines if only full releases should be considered to compare against (Only used if fromTag is not defined). E.g. for 1.0.1... 1.0.0-rc02 <- ignore, 1.0.0 <- pick'
default: "false"
token:
description: 'the token to use to execute the git API requests'
outputs: