Releases: ibexmonj/ContribSync
Releases · ibexmonj/ContribSync
v1.0.4
🚀 v1.0.4 - GitHub PR Email Filtering
🔹 What's New?
- Added the ability to filter GitHub PRs by commit author email.
- Improved output clarity when no PRs match the filter.
- Enhanced logging for better debugging.
📌 Usage:
To fetch PRs by a specific author’s email:
csync plugin exec github summary owner/repo user@example.comv1.0.3
🚀 v1.0.3 - GitHub PR Tracking & Automated Releases
🔥 New Features
- Added GitHub integration to track pull requests & commits .
- Fetch open, merged and closed PRs for contribution summaries.
⚙️ Automated Release Setup
This is the first release created automatically using:
- GitHub Actions to trigger the release process.
- GoReleaser to build and package
csyncfor multiple platforms. - Release assets (binaries) are now generated & uploaded automatically.
📌 Usage
To fetch PRs & commits for a GitHub repo:
csync plugin exec github summary owner/repoExample
csync plugin exec github summary ibexmonj/harmonizer
🔗 Related Links