From 9a65a5d665f9f98bdd988997f8c3f34a2cc9d9de Mon Sep 17 00:00:00 2001 From: dragonraid Date: Sun, 9 May 2021 17:55:07 +0200 Subject: [PATCH] remove image from readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52ae496..59a7b5b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # changelog-generator -This github action fetches titles of pull requests between latest release and branch's HEAD creates changelog from them. +This github action fetches titles of pull requests between latest release and branch's HEAD and creates changelog from them. ## Inputs @@ -23,7 +23,7 @@ Text of changelog can also be accessed in subsequent steps via `CHANGELOG` envir ## Example -This example together with other useful github actions creates new release with pull requests titles as release's body. +This example, together with other useful github actions, creates new release with pull requests titles as release's body. ```yaml name: release