From 50a5ff0646c68d89431a974d43e7196369d041e2 Mon Sep 17 00:00:00 2001 From: Integer Limit <103940576+IntegerLimit@users.noreply.github.com> Date: Thu, 9 Nov 2023 09:30:05 +1100 Subject: [PATCH] Allow for Creating Just Cutting Edge Changelogs (#524) --- .github/workflows/createchangelog.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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