-
-
Notifications
You must be signed in to change notification settings - Fork 204
Fix release pipeline #3206
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
Fix release pipeline #3206
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR enhances the Fantomas release pipeline automation to handle additional release scenarios and improve the release notes generation process. The changes address limitations with prerelease publishing, handling multiple releases per day, and including all PR commit authors in contributor attribution.
Key changes:
- Added support for prerelease versions (alpha/beta) with automatic publishing and proper version formatting
- Enhanced contributor attribution to extract authors from all commits in merged PRs rather than just PR authors
- Added dry-run mode for testing the release pipeline locally without publishing
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| CHANGELOG.md | Added test prerelease entry (8.0.0-alpha-001) to validate prerelease workflow |
| docs/docs/contributors/Releases.md | Updated documentation to reflect automated release process, added prerelease examples, dry-run instructions, and detailed pipeline behavior |
| build.fsx | Enhanced release pipeline with prerelease support, improved author attribution from PR commits, better error handling, dry-run mode, and extensive logging |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
dawedawe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
A bit more goodness to automate the release notes.
What we had, had some limitations: