From 806a8ce7f0737039f84effc0ad5f3b3ee3782e29 Mon Sep 17 00:00:00 2001 From: Jon Langevin Date: Sun, 31 May 2026 19:52:41 -0400 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20bump=20plugin=20to=20v0.3.0=20?= =?UTF-8?q?=E2=80=94=20v0.2.0=20tag=20already=20released=20for=20#18=20(ci?= =?UTF-8?q?gen=20GHA/GitLab);=20#804=20extends=20config-derived=20to=20jen?= =?UTF-8?q?kins/circleci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e9c78b..6928da9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ CI/CD config generator for workflow projects — emits GitHub Actions, GitLab CI, Jenkins, and CircleCI pipelines from a workflow app config. -As of **v0.2.0** **all four platforms** — GitHub Actions, GitLab CI, Jenkins, and CircleCI — are generated by the workflow engine's config-derived `cigen` engine (analyze → CIPlan → render): the output is *derived from your app config* — its required secrets, deploy phases, migrations, health-check smoke, and plugin-install needs — not a fixed template. The legacy Jenkins/CircleCI template generators were retired in #804 (see ADR 0044 in the workflow repo). This is the same engine behind `wfctl ci plan` / `wfctl ci generate`. Requires workflow engine **>= v0.68.0**. +As of **v0.3.0** **all four platforms** — GitHub Actions, GitLab CI, Jenkins, and CircleCI — are generated by the workflow engine's config-derived `cigen` engine (analyze → CIPlan → render): the output is *derived from your app config* — its required secrets, deploy phases, migrations, health-check smoke, and plugin-install needs — not a fixed template. The legacy Jenkins/CircleCI template generators were retired in #804 (see ADR 0044 in the workflow repo). This is the same engine behind `wfctl ci plan` / `wfctl ci generate`. Requires workflow engine **>= v0.68.0**. ## What it provides diff --git a/plugin.json b/plugin.json index 4fc9fa5..a0789aa 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name": "workflow-plugin-ci-generator", - "version": "0.2.0", + "version": "0.3.0", "description": "CI/CD config generator for GitHub Actions, GitLab CI, Jenkins, and CircleCI", "author": "GoCodeAlone", "license": "MIT", From 3283dec494501ac67d11a11a9126d994d176b320 Mon Sep 17 00:00:00 2001 From: Jon Langevin Date: Sun, 31 May 2026 19:52:57 -0400 Subject: [PATCH 2/2] docs: pin example to v0.3.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6928da9..e3a26a9 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ As of **v0.3.0** **all four platforms** — GitHub Actions, GitLab CI, Jenkins, version: 1 plugins: - name: workflow-plugin-ci-generator - version: v0.2.0 + version: v0.3.0 source: github.com/GoCodeAlone/workflow-plugin-ci-generator ```