Version Packages - #1243
Merged
Merged
Conversation
commit: |
Contributor
There was a problem hiding this comment.
Pull request overview
This Changesets-generated release PR versions @gitbook/cli for publication and rolls the pending changesets into the package changelog.
Changes:
- Bump
@gitbook/cliversion from0.28.0to0.29.0. - Add
0.29.0release notes topackages/cli/CHANGELOG.md. - Remove the two consumed
.changesetentries now included in the changelog.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/cli/package.json | Updates the published package version to 0.29.0. |
| packages/cli/CHANGELOG.md | Adds the 0.29.0 release notes compiled from changesets. |
| .changeset/cli-consolidate-gitbook.md | Removed after being incorporated into the 0.29.0 changelog entry. |
| .changeset/cli-browser-oauth-login.md | Removed after being incorporated into the 0.29.0 changelog entry. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
talagluck
approved these changes
Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@gitbook/cli@0.29.0
Minor Changes
gitbook login/gitbook logoutto authenticate through the browser using OAuth, with automatic token refresh. A browser session and a personal API token can be configured at the same time: the OAuth session is used for API commands, while a personal token (viagitbook auth --token) is still used — and required — for publishing integrations.gitbookCLI is now the spec-generated CLI: every GitBook API operation is available as a command group (e.g.gitbook organizations list), alongside shell completion (gitbook completion). The integration build/publish lifecycle now lives undergitbook integration <verb>(new,dev,publish,unpublish,tail,check); the historical top-level spellings (gitbook publish, …) keep working as deprecated aliases that print a warning. The separategitbook2binary has been removed — it is now justgitbook.