@donezone/cli 0.1.15 → 0.1.27
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 +2 -0
- package/dist/index.js +912 -420
- package/package.json +10 -3
package/README.md
CHANGED
|
@@ -32,5 +32,7 @@ binaries (Linux glibc, macOS, Windows) plus the manifest file. The `.github/work
|
|
|
32
32
|
(jobs `cli-build`/`cli-release`) runs automatically for each such tag push and mirrors artifacts to the public
|
|
33
33
|
`mccallofthewild/done-cli-binaries` releases (requires a `CLI_RELEASES_TOKEN` PAT secret so the workflow can
|
|
34
34
|
publish to that repository).
|
|
35
|
+
Make sure the mirror repository has been initialised (e.g. add an empty README and push a `main` branch) before
|
|
36
|
+
running the workflow; GitHub's release API rejects uploads to entirely empty repositories with HTTP 422.
|
|
35
37
|
Run `bun bump-cli [patch|minor|major]` from the repo root to bump the CLI version, stamp the release commit,
|
|
36
38
|
and create the tag in one step.
|