Allow for Creating Just Cutting Edge Changelogs (#524)
This commit is contained in:
parent
0da5fe0971
commit
50a5ff0646
3
.github/workflows/createchangelog.yml
vendored
3
.github/workflows/createchangelog.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user