GitHub Action to create release PRs with automatic version bump, CHANGELOG generation, and version file updates
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No language data available
No package.json found
This might not be a Node.js project
13
commits
revert: remove cargo-workspaces, use sed for version update
d50aefaView on GitHubfeat: use cargo-workspaces for Rust workspace version management
4fbc5f8View on GitHubfix: use time-based filtering for version calculation
20f9fa2View on GitHubfix: use merge commit for release PRs and improve version calculation
e91538eView on GitHubfix: use target branch diff for version calculation instead of tag
2b3de9cView on GitHubfix: merge target branch before creating release to prevent CHANGELOG conflicts
d942b6dView on GitHubfeat: add strict SemVer validation with clear error messages
60d19f1View on GitHubfix: improve version parsing to handle mixed tag formats
220d3a9View on GitHubdocs: add supported version files table and release flow diagram
c52b3ecView on GitHub