From 0615c69757dea977d89e359c37b2aaaac2967a98 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sun, 25 Jan 2026 18:34:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Fix=20typos=20in=20RE?= =?UTF-8?q?ADME.md=20for=20improved=20clarity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eb54727..d6d992d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The following labels will inform the action what kind of release to create: - `patch` - `fix` -When a pull request is closed, the action will create a release based on the labels and clean up any previous prereleases that was created. +When a pull request is closed, the action will create a release based on the labels and clean up any previous prereleases that were created. > [!NOTE] > The labels can be configured using the `MajorLabels`, `MinorLabels` and `PatchLabels` parameters/settings in the configuration file to trigger @@ -65,7 +65,7 @@ The action can be configured using the following settings: The configuration file is a YAML file that can be used to configure the action. By default, the configuration file is expected at `.github\auto-release.yml`, which can be changed using the `ConfigurationFile` setting. -The actions configuration can be change by altering the settings in the configuration file. +The action's configuration can be changed by altering the settings in the configuration file. ```yaml DatePrereleaseFormat: 'yyyyMMddHHmm' @@ -77,7 +77,7 @@ This example uses the date format for the prerelease, disables the incremental p ## Example -Add a workflow in you repository using the following example: +Add a workflow in your repository using the following example: ```yaml name: Release-GHRepository