diff --git a/.github/workflows/createchangelog.yml b/.github/workflows/createchangelog.yml index f1d87f9..5ad47d1 100644 --- a/.github/workflows/createchangelog.yml +++ b/.github/workflows/createchangelog.yml @@ -5,7 +5,7 @@ on: inputs: tag: description: Tag to checkout. - required: true + required: false release_type: description: Release Type type: choice @@ -15,6 +15,7 @@ on: - 'Release' - 'Beta Release' - 'Alpha Release' + - 'Cutting Edge Build' compare_tag: description: Tag(s) to compare against. If not set, will use the tag before `Tag`. If specifying multiple, seperate by commas. (Spaces allowed). required: false