-
Notifications
You must be signed in to change notification settings - Fork 0
Remove bin/release #3
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
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 removes the bin/release script and modernizes the GitHub Action by updating dependencies, improving script robustness, adding new configuration options, and reorganizing documentation.
Changes:
- Removed
bin/releasescript in favor of automated GitHub workflow-based releases - Updated
script.shto use bash, added pipefail, improved reviewdog integration with piping, and added new fail_level/fail_on_error flags - Reorganized
action.ymlinputs alphabetically, updated author, added fail_level and fail_on_error inputs, upgraded reviewdog to v0.21.0 - Enhanced
README.mdwith better organized documentation, new fail_level/fail_on_error parameter docs, and added release process documentation - Updated workflow files to use major version tags instead of SHA pins, added new linting jobs (actionlint, alex)
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| bin/release | Deleted manual release script, replaced by automated workflow |
| script.sh | Modernized to bash, added pipefail, improved reviewdog piping, added new failure handling flags |
| action.yml | Reorganized inputs alphabetically, added fail_level/fail_on_error, upgraded reviewdog version, updated author |
| README.md | Reorganized documentation, added fail_level/fail_on_error docs, updated examples, added release process section |
| LICENSE | Added codeur to copyright |
| .github/workflows/reviewdog.yml | Reordered jobs, changed to major version tags, added actionlint and alex jobs |
| .github/workflows/release.yml | Updated to major version tags |
| .github/workflows/depup.yml | Updated to major version tags, changed action reference |
| .github/workflows/ci.yml | Updated to major version tags, added reporter and fail_level configs |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
🚀 [bumpr] Bumped! |
No description provided.