From 23ebf75c7e3436d15474f1f243ad1cc0df158373 Mon Sep 17 00:00:00 2001 From: Nick Cipollo Date: Tue, 26 May 2020 15:04:05 -0400 Subject: [PATCH] Cleanup readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87c6e3c..171c159 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ This action will create a github release and optionally upload an artifact to it - **commit**: An optional commit reference. This will be used to create the tag if it does not exist. - **draft**: Optionally marks this release as a draft release. Set to `true` to enable. - **name**: An optional name for the release. If this is omitted the tag will be used. -- **omitBody**: Indicates if the release body should be omitted. This is primarily useful for preserving the release body during updates. +- **omitBody**: Indicates if the release body should be omitted. - **omitBodyDuringUpdate**: Indicates if the release body should be omitted during updates. The body will still be applied for newly created releases. This will preserve the existing body during updates. -- **omitName**: Indicates if the release name should be omitted. This is primarily useful for preserving the release name during updates. +- **omitName**: Indicates if the release name should be omitted. - **omitNameDuringUpdate**: Indicates if the release name should be omitted during updates. The name will still be applied for newly created releases. This will preserve the existing name during updates. - **prerelease**: Optionally marks this release as prerelease. Set to true to enable. - **replacesArtifacts**: Indicates if existing release artifacts should be replaced. Defaults to true.