Skip to content

Test, Build and Deploy#1

Merged
nickchecan merged 3 commits intomainfrom
pipeline
Apr 9, 2026
Merged

Test, Build and Deploy#1
nickchecan merged 3 commits intomainfrom
pipeline

Conversation

@nickchecan
Copy link
Copy Markdown
Owner

This pull request introduces a full CI/CD pipeline and release automation for the project, as well as a new buildpack manifest. The main changes include adding a GitHub Actions workflow for testing, packaging, and releasing the buildpack, configuring semantic-release for automated versioning and GitHub releases, and defining the buildpack's manifest.

CI/CD Pipeline and Release Automation:

  • Added .github/workflows/pipeline.yaml to define a multi-stage GitHub Actions workflow that runs unit tests, smoke tests, packages the buildpack, and automates releases using semantic-release. This workflow ensures that only successful builds on the main branch are released and published, and that artifacts are uploaded for traceability.
  • Added .releaserc.json to configure semantic-release for automated versioning, changelog generation, and GitHub release creation, including uploading the packaged buildpack artifact.

Buildpack Manifest:

  • Added manifest.yml to define the buildpack's language (python-uv) and specify which files to include in the buildpack package.

@nickchecan nickchecan merged commit ed0f7f7 into main Apr 9, 2026
4 checks passed
@nickchecan nickchecan deleted the pipeline branch April 9, 2026 13:08
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 9, 2026

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant