-
Notifications
You must be signed in to change notification settings - Fork 0
release: v0.3.0 #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
release: v0.3.0 #16
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
β¦tting - Implement formatDate function that accepts string or Date object - Returns ISO formatted date string - Includes comprehensive tests for the new function - Validates input and throws error for invalid dates
- Add missing test files for auth and database packages - Fix test runner failures by ensuring all packages have test coverage - Update test implementation to match actual module exports
- Add test files for cms, api, web, and app packages - Ensure all packages have at least minimal test coverage - Fix test runner failures across the monorepo
- Remove unused Content type import from cms test file - Fix TypeScript compilation error in build process
feat: add formatDate utility and complete test coverage for release pipeline testing
release: v0.3.0
β PR Validation FailedPlease ensure your PR meets all requirements:
See our Contributing Guide for details. |
1 similar comment
β PR Validation FailedPlease ensure your PR meets all requirements:
See our Contributing Guide for details. |
adminzopio
previously approved these changes
Jun 26, 2025
β PR Size Check PassedThis PR changes 192 lines across 9 files. |
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
π Production Release v0.3.0
This PR completes the release pipeline test by merging staging to main, which will trigger the automated release workflow.
β Completed Phases:
π Changes Included:
formatDate
utility function to core packageπ€ Expected Automated Actions on Merge:
When this PR is merged to main, the release workflow will:
npx auto shipit
π Test Results:
All tests passing (20 total tests across all packages)
Note: This is the final step in testing the complete release pipeline end-to-end.