Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR introduces comprehensive CI/CD infrastructure for the firebolt-cpp-client project, including automated workflows for building, testing, and releasing the C++ client library.
Key Changes
- GitHub Actions workflows for continuous integration (build, test, coverage) and semantic-release based deployment
- Docker-based build environment ensuring consistent dependency management across CI runs
- Semantic-release configuration for automated versioning, changelog generation, and GitHub releases with support for main, next, and maintenance branches
Reviewed changes
Copilot reviewed 10 out of 13 changed files in this pull request and generated 11 comments.
Show a summary per file
| File | Description |
|---|---|
package.json |
Defines npm dependencies for semantic-release tooling |
.releaserc.json |
Configures semantic-release with plugins for changelog, git commits, package creation, and GitHub releases |
.gitignore |
Excludes node_modules directory |
.github/workflows/release.yml |
Manual release workflow with semantic-release, checksum generation, and branch syncing |
.github/workflows/ci.yml |
CI workflow with Docker build, format checks, project build, unit tests with coverage, and component tests |
.github/scripts/run-component-tests.sh |
Bash script to setup and run component tests against mock-firebolt server |
.github/scripts/mk-release-package.sh |
Bash script to create release package tarballs from git repository |
.github/openrpc/firebolt-app-open-rpc.json |
OpenRPC schema for Firebolt app API specification |
.github/mock-firebolt/config.json |
Configuration for mock-firebolt server used in component testing |
.github/actions/setup-mock/action.yml |
Composite action to setup and cache mock-firebolt dependencies |
.github/Dockerfile |
Build environment with C++ toolchain, dependencies, and testing tools |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
vladimir-rangelov
approved these changes
Dec 10, 2025
Contributor
Author
|
🎉 This PR is included in version 0.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.