Skip to content

Conversation

osinjoku
Copy link
Contributor

@osinjoku osinjoku commented Oct 9, 2025

Description

Clarify release strategy and version bumps, remove logic for overriding patch number with the build number.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Documentation update

Checklist

Please delete options that are not relevant.

  • I have read the CONTRIBUTING document
  • My code follows the style guidelines of this project
  • I have updated the documentation accordingly
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

Testing

N/A.

Additional Notes

Add any other context about the pull request here.

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR clarifies the release strategy by standardizing version handling to use only the root version.json file as the canonical source. It removes the logic that previously allowed overriding the patch number with a build number from environment variables.

  • Removed BUILD_NUMBER environment variable dependency from version calculation
  • Updated version computation to use patch value directly from version.json
  • Added comprehensive release documentation outlining the new standardized process

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
run.py Removes BUILD_NUMBER fallback logic and uses patch value directly from version.json
RELEASE.md Adds detailed documentation for the new standardized release process
.github/workflows/publish.yml Updates PowerShell script to use patch value directly from version.json

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants