Skip to content

Commit 613decc

Browse files
committed
update
1 parent 09cdfca commit 613decc

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -292,19 +292,6 @@ npm test # or: pnpm test
292292

293293
Both `npm` and `pnpm` are exercised in CI across Node 20 and 22 (see `.github/workflows/ci.yml`).
294294

295-
### Release flow
296-
297-
1. Bump the version: `npm version patch` (or `minor` / `major`).
298-
2. Push the tag: `git push --follow-tags`.
299-
3. Either:
300-
- Create a GitHub release (the `npm-publish.yml` workflow will publish on the `release: published` event), or
301-
- Trigger the workflow manually via the Actions tab (`workflow_dispatch`).
302-
4. Verify both managers can install it:
303-
```bash
304-
npm install exprify
305-
pnpm add exprify
306-
```
307-
308295
### Lockfiles
309296

310297
`package-lock.json` (npm) and `pnpm-lock.yaml` (pnpm) are both committed. Neither is shipped in the published tarball (see `.npmignore`); npm/pnpm consumers generate their own lockfiles when installing.

0 commit comments

Comments
 (0)