-
Notifications
You must be signed in to change notification settings - Fork 4
Update automatic prereleases in github actions #415
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
Conversation
…-test-runner into automatic-prereleases
|
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
Updates the GitHub Actions workflow to improve automatic prerelease creation, including better git tag handling and manual workflow dispatch capability. The PR increments the package version to 1.3.75 and refines the release creation script.
Key changes:
- Enhanced release script with package.json validation and improved git tag fetching
- Added manual workflow dispatch trigger and improved checkout configuration
- Updated package version and changelog for the new prerelease
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| scripts/create_release.sh | Added package.json validation, improved git tag fetching, and removed debug logging |
| package.json | Incremented version from 1.3.73 to 1.3.75 |
| CHANGELOG.md | Updated changelog entry for version 1.3.75 with new changes |
| .github/workflows/main.yml | Added workflow_dispatch trigger, improved checkout with ref handling, and added GH_TOKEN |



No description provided.