Skip to content

ci: Enable automated releases with auto workflow#504

Merged
vishal-bala merged 3 commits intomainfrom
ci/RAAE-1336/auto-releases-prefinal
Feb 26, 2026
Merged

ci: Enable automated releases with auto workflow#504
vishal-bala merged 3 commits intomainfrom
ci/RAAE-1336/auto-releases-prefinal

Conversation

@vishal-bala
Copy link
Collaborator

@vishal-bala vishal-bala commented Feb 26, 2026

This PR shifts the automated release workflow from testing mode to "production" mode - this includes:

  • Committing a version bump to pyproject.toml
  • Creating GitHub releases and tags
  • Publishing the built package to PyPi

Note

Medium Risk
Enables real pushes/tags/releases and uv publish, so mistakes can create unintended GitHub releases or publish incorrect packages to PyPI. Risk is mostly operational and limited to the release pipeline.

Overview
Switches the auto-based release pipeline from dry-run/testing to production: the workflow now pushes the pyproject.toml version bump to main, runs auto latest for real to create the GitHub release/tag, and publishes the built package to PyPI via uv publish.

Updates .autorc to disable changelog generation (noChangelog) and adds an auto:ci label for categorizing CI/CD-only changes without triggering a version bump.

Written by Cursor Bugbot for commit 60ea9c0. This will update automatically on new commits. Configure here.

@vishal-bala vishal-bala self-assigned this Feb 26, 2026
@vishal-bala vishal-bala added the auto:release Create a release when this PR is merged label Feb 26, 2026
@jit-ci
Copy link

jit-ci bot commented Feb 26, 2026

🛡️ Jit Security Scan Results

CRITICAL HIGH MEDIUM

✅ No security findings were detected in this PR


Security scan by Jit

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 88ef66ef57

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Copy link
Collaborator

@justin-cechmanek justin-cechmanek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏼

@vishal-bala vishal-bala merged commit bc9d726 into main Feb 26, 2026
92 of 93 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto:release Create a release when this PR is merged CI/CD

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants