feat: ✨ set default of use_latest_git_tag to true
This commit is contained in:
parent
e368908253
commit
965eddcbae
@ -29,7 +29,7 @@ type Args struct {
|
||||
Owner string `envconfig:"PLUGIN_OWNER"`
|
||||
Repo string `envconfig:"PLUGIN_REPO"`
|
||||
TitleFormat string `envconfig:"PLUGIN_TITLE_FORMAT"`
|
||||
UseLatestGitTag bool `envconfig:"PLUGIN_USE_LATEST_GIT_TAG"`
|
||||
UseLatestGitTag bool `envconfig:"PLUGIN_USE_LATEST_GIT_TAG" default: "true"`
|
||||
TagFile string `envconfig:"PLUGIN_TAG_FILE"`
|
||||
TagRegex string `envconfig:"PLUGIN_TAG_REGEX"`
|
||||
NotesFile string `envconfig:"PLUGIN_NOTES_FILE"`
|
||||
|
Loading…
Reference in New Issue
Block a user