feat: migrate to 100% automated semantic-release like Casbin-RS #10
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.
Problem
The current CI setup uses release-plz which creates manual PRs for version bumps (like #8), requiring manual review and merging. This creates unnecessary overhead and clutters the git history with bot-generated PRs.
Solution
This PR migrates the release workflow to use the same fully automated semantic-release pattern as Casbin-RS, eliminating manual PR creation entirely.
Changes
.github/workflows/release.ymlto usecasbin-rs/semantic-release-action-rustreusable workflowrelease-plz-prjob that was creating unwanted PRsrelease-plz-releasejobHow It Works
feat:,fix:,chore:, etc.)No manual intervention or PR approvals needed!
Benefits
Example
Resolves the issue mentioned in the original request about eliminating useless PRs like #8.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/casbin-rs/semantic-release-action-rust/tagscurl -s REDACTED(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
Fixes #9
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.