Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR creates new patch release builds for Couchbase Sync Gateway versions 4.0.0.1 and 3.3.0.1. The changes separate existing version configurations from their patch releases and establish new build configurations.
- Renamed existing manifest files to version-specific names (3.3.xml → 3.3.0.xml, 4.0.xml → 4.0.0.xml)
- Created new patch release manifests (3.3.0.1 and 4.0.0.1) with updated branch references
- Updated build intervals and start_build numbers for the renamed base versions
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| manifest/product-config.json | Adds configurations for patch releases 3.3.0.1 and 4.0.0.1, renames base version configs, and updates build settings |
| manifest/4.0/4.0.0.xml | New manifest file for 4.0.0 base release with specific commit revision |
| manifest/4.0.xml | Updates version from 4.0.0 to 4.0.0.1 and changes branch to release/4.0.0.1 |
| manifest/3.3/3.3.0.xml | New manifest file for 3.3.0 base release with specific commit revision |
| manifest/3.3.xml | Updates version from 3.3.0 to 3.3.0.1 and changes branch to release/3.3.0.1 |
adamcfraser
requested changes
Oct 23, 2025
Co-authored-by: Adam Fraser <adam.fraser@couchbase.com>
adamcfraser
approved these changes
Oct 23, 2025
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.
CBG-4947 create 4.0.0.1 and 3.3.0.1 builds