Allow for Creating Just Cutting Edge Changelogs (#524)

This commit is contained in:
Integer Limit 2023-11-09 09:30:05 +11:00 committed by GitHub
parent 0da5fe0971
commit 50a5ff0646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ on:
inputs: inputs:
tag: tag:
description: Tag to checkout. description: Tag to checkout.
required: true required: false
release_type: release_type:
description: Release Type description: Release Type
type: choice type: choice
@ -15,6 +15,7 @@ on:
- 'Release' - 'Release'
- 'Beta Release' - 'Beta Release'
- 'Alpha Release' - 'Alpha Release'
- 'Cutting Edge Build'
compare_tag: 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). 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 required: false