Skip to content

ci: Standardize CI/CD with 4-branch pipeline#37

Merged
StreckerCM merged 1 commit intodevelopmentfrom
feature/ci-standardize
Feb 9, 2026
Merged

ci: Standardize CI/CD with 4-branch pipeline#37
StreckerCM merged 1 commit intodevelopmentfrom
feature/ci-standardize

Conversation

@StreckerCM
Copy link
Copy Markdown
Owner

@StreckerCM StreckerCM commented Feb 9, 2026

Summary

  • Add 3 standardized GitHub Actions workflows matching XactSpot-MSA pattern
  • build.yml: Dev/feature CI - build + test, test results only on failure (3-day retention), no build artifacts
  • preview-release.yml: Preview builds - WiX 5.0.2 MSI + GitHub Pre-release (90-day retention)
  • production-release.yml: Production builds - WiX 5.0.2 MSI + GitHub Release (90-day retention)
  • Version managed via Version.props: X.Y.Z-dev.N / X.Y.Z-preview.N / X.Y.Z

Test plan

  • Verify build.yml triggers on push to development and feature/**
  • Verify preview-release.yml triggers on push to preview
  • Verify production-release.yml triggers on push to master
  • Confirm no build output artifacts on dev builds
  • Confirm test results upload only on failure

- Split single build.yml into build, preview-release, production-release
- Dev builds: test results only on failure (3-day retention), no build artifacts
- Preview: MSI + GitHub Pre-release (90-day retention)
- Production: MSI + GitHub Release (90-day retention)
- Add development branch to pipeline: feature/* -> development -> preview -> master

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
@StreckerCM StreckerCM merged commit 7ae719f into development Feb 9, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant