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:
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user