Skip to content

Releases: ibexmonj/ContribSync

v1.0.4

02 Mar 23:00

Choose a tag to compare

🚀 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.com

v1.0.3

02 Mar 00:06

Choose a tag to compare

🚀 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 csync for 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/repo

Example

csync plugin exec github summary ibexmonj/harmonizer
image

🔗 Related Links

View Full Changelog
GitHub Actions Workflow

v1.0.2

10 Feb 00:12

Choose a tag to compare

Changelog

  • 1e8973e: Fix dirty Git state in GitHub Actions ( <>)