From cfc716fc78bf92658d35c83e4a02e67b2f8af64b Mon Sep 17 00:00:00 2001 From: Bas van den Aakster Date: Fri, 12 Sep 2025 16:33:38 +0200 Subject: [PATCH 1/2] Rename 'What it does' back to 'Features' and add emojis --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 66720bd..f9e53dc 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ A workflow automation plugin for PayloadCMS 3.x. Run steps in workflows triggere ⚠️ **Not ready for production**. This package is v0.0.x and may break between versions. -## What it does +## Features -- Visual workflow builder in PayloadCMS admin -- Run workflows when documents are created/updated/deleted -- Trigger workflows via webhooks -- Track workflow execution history -- HTTP requests, document operations, email sending -- Use data from previous steps in templates +- 🔄 Visual workflow builder in PayloadCMS admin +- ⚡ Run workflows when documents are created/updated/deleted +- 🎯 Trigger workflows via webhooks +- 📊 Track workflow execution history +- 🔧 HTTP requests, document operations, email sending +- 🔗 Use data from previous steps in templates ## Installation From 067b96a5a7e1f6fcd6e9b616e2fc261d9a700b3c Mon Sep 17 00:00:00 2001 From: Bas van den Aakster Date: Fri, 12 Sep 2025 16:34:00 +0200 Subject: [PATCH 2/2] Clarify development status in README for pre-release versions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9e53dc..6c45014 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A workflow automation plugin for PayloadCMS 3.x. Run steps in workflows triggered by document changes or webhooks. -⚠️ **Not ready for production**. This package is v0.0.x and may break between versions. +⚠️ **Pre-release Warning**: This package is currently in active development (v0.0.x). Breaking changes may occur before v1.0.0. Not recommended for production use. ## Features @@ -118,4 +118,4 @@ Built-in cron triggers were removed in v0.0.37+. ## License -MIT \ No newline at end of file +MIT