@theholocron/cli 3.30.6 → 3.31.1
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/dist/cli.mjs +4 -0
- package/dist/cli.mjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -229,7 +229,7 @@ interface HolocronConfig {
|
|
|
229
229
|
* Use the object form to pass `with:` inputs to the reusable workflow.
|
|
230
230
|
*
|
|
231
231
|
* Supported values: "lint" | "test" | "typecheck" | "codeql" | "review" |
|
|
232
|
-
* "release" | "stale" | "greetings" | "dependencies" | "bookkeeping" | "audit" |
|
|
232
|
+
* "release" | "tag" | "stale" | "greetings" | "dependencies" | "bookkeeping" | "audit" |
|
|
233
233
|
* "deploy"
|
|
234
234
|
*
|
|
235
235
|
* `holocron setup` writes `.github/workflows/<name>.yml` for each entry,
|