From eb58131c48d5dd159b0dce1a7753cebec48cbcf6 Mon Sep 17 00:00:00 2001 From: Igor Kamyshev Date: Wed, 17 Apr 2024 15:04:18 +0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8564f33c..6560d9ec 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A set of libraries and recipes to make frontend development easier thanks to Eff ### Release workflow -Releases of Farfetched are automated by [changesets](https://github.com/changesets/changesets) and GitHub Actions. Your only duty is creating changeset for every PR, it is controlled by [Changes-action](./.github/workflows/changes.yml). +Releases of With Ease are automated by [changesets](https://github.com/changesets/changesets) and GitHub Actions. Your only duty is creating changeset for every PR, it is controlled by [Changes-action](./.github/workflows/changes.yml). After merging PR to master-branch, [Version-action](./.github/workflows/version.yml) will update special PR with the next release. To publish this release, just merge special PR and wait, [Release-action](./.github/workflows/release.yml) will publish packages.