Skip to content

Conversation

uozopio
Copy link
Contributor

@uozopio uozopio commented Jun 26, 2025

Release v0.3.0 to Production

This PR merges the tested changes from staging to production, which will trigger the automated release pipeline.

Changes Included

  • feat: add test release feature documentation
  • feat(core): add formatMessage utility function
  • chore: update biome configuration and add lint:fix scripts

Expected Actions on Merge

  1. Auto tool will analyze commits and determine version bump
  2. Changelog will be automatically generated
  3. Version will be bumped in package.json
  4. Git tag will be created
  5. GitHub release will be published
  6. NPM package will be published (if NPM_TOKEN is configured)

Pre-merge Checklist

  • All tests pass in staging
  • QA approval received (simulated)
  • No breaking changes
  • Ready for production release

Umutcan ÖNER and others added 5 commits June 26, 2025 15:14
- Update Biome to v2.0.5 schema
- Fix deprecated trailingComma property to trailingCommas
- Add lint:fix and format:fix npm scripts
- Apply Biome formatting to imports in scripts/index.ts
- Remove trailing newline in tsconfig.build.json
This commit adds documentation to test the complete release pipeline
from feature branch through to production release.
- Added formatMessage function to format messages with ISO timestamp
- This will be useful for consistent logging across the application
feat: test release pipeline end-to-end
Copy link

github-actions bot commented Jun 26, 2025

✅ PR Size Check Passed

This PR changes 124 lines across 13 files.

@uozopio uozopio requested a review from adminzopio June 26, 2025 12:40
adminzopio
adminzopio previously approved these changes Jun 26, 2025
- Prevents linting of generated files in dist directories
- Fixes build failures on PRs to main branch
- Also ignores other build output directories
Umutcan ÖNER added 3 commits June 26, 2025 15:47
- Fixes test failures due to missing test files
- Vitest was exiting with error when no tests found
- Added basic test files to all packages to fix CI failures
- Includes actual tests for core package functionality
- All other packages have placeholder tests for now
@uozopio uozopio requested a review from adminzopio June 26, 2025 13:01
@uozopio uozopio merged commit f50a0eb into main Jun 26, 2025
21 of 22 checks passed
@uozopio
Copy link
Contributor Author

uozopio commented Jun 26, 2025

🚀 PR was released in v0.2.1 🚀

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.

2 participants