From f6cd293a1ea338859fd73661aa2febc463a88e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20=C5=A0?= Date: Sun, 18 Jul 2021 01:27:42 +0200 Subject: [PATCH] Retain original release info if the keys are not set (#109) --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea718f8bd..b27159eba 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,12 @@ are not explicitly set and there is already an existing release for the tag, the release will retain its original info. ======= -💡When providing a `body` and `body_path` at the same time, `body_path` will be attempted first, then falling back on `body` if the path can not be read from. +💡 When providing a `body` and `body_path` at the same time, `body_path` will be +attempted first, then falling back on `body` if the path can not be read from. + +💡 When the release info keys (such as `name`, `body`, `draft`, `prerelease`, etc.) +are not explicitly set and there is already an existing release for the tag, the +release will retain its original info. #### outputs