Skip to content

Feat/release automation - #137

Merged
Zahnentferner merged 2 commits into
mainfrom
feat/release-automation
Aug 11, 2026
Merged

Feat/release automation#137
Zahnentferner merged 2 commits into
mainfrom
feat/release-automation

Conversation

@SIDDHANTCOOKIE

@SIDDHANTCOOKIE SIDDHANTCOOKIE commented Aug 10, 2026

Copy link
Copy Markdown
Member

Addressed Issues:

Added release automation workflow

  • Adds pyproject.toml to package MiniChain as an installable wheel/sdist (setuptools backend), including a minichain console-script entry point.
  • Adds .github/workflows/release.yml: builds the package and publishes a GitHub release automatically whenever a version tag (vX.Y.Z...) is pushed.
  • Release is auto-flagged as a pre-release when the tag has a beta/rc/alpha suffix (e.g. v0.1.0-beta), so beta and stable releases are distinguished without manual steps.
  • Ignores dist/, build/, *.egg-info/ build artifacts in .gitignore.

Screenshots/Recordings:

TODO: If applicable, add screenshots or recordings that demonstrate the interface before and after the changes.

Additional Notes:

AI Usage Disclosure:

We encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact. AI slop is strongly discouraged and may lead to banning and blocking. Do not spam our repos with AI slop.

Check one of the checkboxes below:

  • This PR does not contain AI-generated code at all.
  • This PR contains AI-generated code. I have read the AI Usage Policy and this PR complies with this policy. I have tested the code locally and I am responsible for it.

I have used the following AI models and tools: TODO

Checklist

  • My PR addresses a single issue, fixes a single bug or makes a single improvement.
  • My code follows the project's code style and conventions
  • If applicable, I have made corresponding changes or additions to the documentation
  • If applicable, I have made corresponding changes or additions to tests
  • My changes generate no new warnings or errors
  • I have joined the Discord server and I will share a link to this PR with the project maintainers there
  • I have read the Contribution Guidelines
  • Once I submit my PR, CodeRabbit AI will automatically review it and I will address CodeRabbit's comments.
  • I have filled this PR template completely and carefully, and I understand that my PR may be closed without review otherwise.

Packages minichain as an installable wheel/sdist and adds a GitHub
Actions workflow that builds and publishes a GitHub release whenever
a version tag (vX.Y.Z[a|b|rc]N) is pushed, marking pre-release
versions (beta/rc/alpha) as pre-releases automatically.
@coderabbitai

coderabbitai Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@SIDDHANTCOOKIE, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 38 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: e7b20f4c-b845-4066-90be-f391b07b9fd4

📥 Commits

Reviewing files that changed from the base of the PR and between 7ce47a1 and cba8443.

📒 Files selected for processing (3)
  • .github/workflows/release.yml
  • .gitignore
  • pyproject.toml

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedpypi/​setuptools@​84.0.07310010010070
Addedpypi/​wheel@​0.47.099100100100100

View full report

@github-actions

Copy link
Copy Markdown

@Zahnentferner
Zahnentferner merged commit 0f2329e into main Aug 11, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants