Skip to content

Conversation

@gallayl
Copy link
Contributor

@gallayl gallayl commented Feb 1, 2026

🐳 Summary

This PR adds Docker deployment infrastructure and changelog management to the boilerplate project.

Key Changes:

  • Added Dockerfile for containerized deployment with multi-arch support (arm64/amd64)
  • Added GitHub Actions workflow for automated Docker Hub releases
  • Integrated @furystack/yarn-plugin-changelog for changelog management
  • Standardized CI workflows with format checks and updated GitHub Actions

🔄 Changes

Infrastructure

  • New Dockerfile for production container builds
  • New publish-to-dockerhub.yml workflow for automated releases
  • New check-changelog.yml workflow for changelog validation

CI/CD Updates

  • Added format check step to build-test, ui-tests, and Azure Pipelines
  • Updated actions/setup-node from v2 to v4
  • Removed continue-on-error from version check workflow

Scripts

  • Renamed prettier/prettier:check to format/format:check
  • Updated applyVersionBumps to applyReleaseChanges with changelog support

@codecov-commenter
Copy link

codecov-commenter commented Feb 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (0b3203f) to head (8fd0d65).

Additional details and impacted files
@@          Coverage Diff           @@
##           master    #143   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files           9       9           
  Lines         153     153           
  Branches       16      16           
======================================
  Misses        141     141           
  Partials       12      12           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@codecov-commenter
Copy link

Bundle Report

Bundle size has no change ✅

- Add .yarn/changelogs to .gitignore exceptions
- Add changelog entry for consolidation changes
- Add check-changelog workflow for PR validation
- Add publish-to-dockerhub workflow for container deployment
- Add Dockerfile for containerized deployment
- Simplify check-version-bump workflow
@gallayl gallayl merged commit a9ebbd4 into master Feb 1, 2026
8 of 9 checks passed
@gallayl gallayl deleted the chore/furystack-consolidations branch February 1, 2026 11:47
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.

3 participants