This is the Codebook Zed extension. See main repo at: https://github.com/blopker/codebook
Please submit any issues in the main repo.
Run the release helper to push a new version of the extension and update the
zed-extensions repository:
bun scripts/release.ts 0.2.4What the script does:
- Updates
extension.toml, commits every change in this repo with the messageCodebook v0.2.4, tags the commit, and pushes both the commit and the tag. - Switches to
../zed-extensions, checks outmain, fetches/pullsupstream main, and creates a branch namedcodebook-0.2.4. - Runs
git submodule update --remote --merge extensions/codebook, bumps the version entry inextensions.toml, commits, and pushes the branch. - Prints a reminder to open a PR in
zed-extensionsfor the newly pushed branch.
Requirements:
- Bun installed locally.
- The
../zed-extensionsrepo exists and has anupstreamremote configured. - Both repositories are free of uncommitted changes (other than what you plan to include in the release in this repo).