Skip to content

Clarify release strategy and version bumps#23

Merged
osinjoku merged 1 commit into
mainfrom
feature/version-bump-guide
Oct 29, 2025
Merged

Clarify release strategy and version bumps#23
osinjoku merged 1 commit into
mainfrom
feature/version-bump-guide

Conversation

@osinjoku
Copy link
Copy Markdown
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
Copy Markdown
Contributor

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.

Copy link
Copy Markdown
Collaborator

@sankalps0549 sankalps0549 left a comment

Choose a reason for hiding this comment

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

LGTM

@osinjoku osinjoku merged commit 16e6e02 into main Oct 29, 2025
19 checks passed
@osinjoku osinjoku deleted the feature/version-bump-guide branch October 29, 2025 06:08
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.

3 participants