mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-07-02 03:25:45 +00:00
Add support for additional flags
Supported flags: * -e - respect existing tags * -s - strict matching
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user