@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.
Files changed (2) hide show
  1. package/README.md +0 -9
  2. 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pablozaiden/devbox",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "type": "module",
5
5
  "description": "CLI to run and expose a devcontainer with SSH agent sharing and a forwarded ssh-server-runner port.",
6
6
  "repository": {