Skip to content

feat: GitHub workflows#4

Merged
tomasz-blasz merged 3 commits intomainfrom
feature/github-workflows
Dec 10, 2025
Merged

feat: GitHub workflows#4
tomasz-blasz merged 3 commits intomainfrom
feature/github-workflows

Conversation

@tomasz-blasz
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings December 10, 2025 13:02
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@tomasz-blasz tomasz-blasz merged commit 482b760 into main Dec 10, 2025
3 checks passed
@tomasz-blasz tomasz-blasz deleted the feature/github-workflows branch December 10, 2025 13:39
@github-actions github-actions bot locked and limited conversation to collaborators Dec 10, 2025
@tomasz-blasz
Copy link
Contributor Author

🎉 This PR is included in version 0.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants