Add support for additional flags

Supported flags:
* -e - respect existing tags
* -s - strict matching
This commit is contained in:
2023-03-30 13:53:18 +01:00
parent 601f486b60
commit 817fb91dba
5 changed files with 97 additions and 22 deletions
+6
View File
@@ -22,6 +22,12 @@ inputs:
github_username:
description: 'GitHub or other git hosting provider username'
required: false
strict:
description: 'Strict mode'
required: false
existing:
description: 'Respect existing tags'
required: false
outputs:
semantic_version:
description: 'Calculated semantic version'