climaybe 1.9.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bin/version.txt +1 -1
- package/package.json +1 -1
- package/src/workflows/build/build-pipeline.yml +1 -1
package/README.md
CHANGED
|
@@ -233,7 +233,7 @@ Enabled via `climaybe init` prompt (`Enable build + Lighthouse workflows?`; defa
|
|
|
233
233
|
|
|
234
234
|
| Workflow | Trigger | What it does |
|
|
235
235
|
|----------|---------|-------------|
|
|
236
|
-
| `build-pipeline.yml` | Push to
|
|
236
|
+
| `build-pipeline.yml` | Push to any branch | Runs reusable build and Lighthouse checks (when required secrets exist) |
|
|
237
237
|
| `reusable-build.yml` | workflow_call | Runs Node build + Tailwind compile, then commits compiled assets when changed |
|
|
238
238
|
| `create-release.yml` | Push tag `v*` | Builds release archive and creates GitHub Release using `release-notes.md` |
|
|
239
239
|
|
package/bin/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
2.0.0
|
package/package.json
CHANGED