mirror of
https://gitea.com/gitea/tea.git
synced 2025-09-01 09:28:30 +02:00
release create: Add --note-file flag to read release notes from a file (#678)
Add a `--note-file` argument to pass a file with multi-line release notes instead of trying to pass as an argument using `--note`. Co-authored-by: Lunny Xiao <lunny@noreply.gitea.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Reviewed-on: https://gitea.com/gitea/tea/pulls/678 Reviewed-by: Lunny Xiao <lunny@noreply.gitea.com> Co-authored-by: Nithin Philips <nithin@nithinphilips.com> Co-committed-by: Nithin Philips <nithin@nithinphilips.com>
This commit is contained in:

committed by
Lunny Xiao

parent
54b3f8e5b2
commit
f3fe2a0532
@ -737,6 +737,8 @@ Create a release
|
||||
|
||||
**--note, -n**="": Release notes
|
||||
|
||||
**--note-file, -f**="": Release notes file name. If set, --note is ignored.
|
||||
|
||||
**--output, -o**="": Output format. (simple, table, csv, tsv, yaml, json)
|
||||
|
||||
**--prerelease, -p**: Is a pre-release
|
||||
|
Reference in New Issue
Block a user