diff --git a/README.md b/README.md index 4e9c78b..e3a26a9 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 @@ -25,7 +25,7 @@ As of **v0.2.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 ``` 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",