@pablozaiden/devbox 0.1.5 → 0.1.6
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 +0 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -111,12 +111,3 @@ cd examples/smoke-workspace
|
|
|
111
111
|
- `--allow-missing-ssh` starts the workspace without mounting an SSH agent and prints a warning instead of failing.
|
|
112
112
|
- When the host already has Git author identity configured, `devbox` copies it into the container user's global Git config if the container does not already define those values.
|
|
113
113
|
|
|
114
|
-
## Releasing to npm
|
|
115
|
-
|
|
116
|
-
Publishing is wired through `.github/workflows/release-npm-package.yml`.
|
|
117
|
-
|
|
118
|
-
- Create a GitHub release tagged like `v1.2.3`.
|
|
119
|
-
- The workflow checks out that tag, sets `package.json` to version `1.2.3`, installs dependencies, runs tests, builds the package, and publishes `@pablozaiden/devbox` to npm.
|
|
120
|
-
- The workflow uses npm trusted publishing (`id-token: write`), so no npm token has to be stored in the repository.
|
|
121
|
-
|
|
122
|
-
Before the first release, enable trusted publishing for `@pablozaiden/devbox` in npm and connect it to the `PabloZaiden/devbox` GitHub repository.
|