You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prepares 0.97.0, up from 0.96.1, across 5 commits.
Written by scripts/plan_release.py from the conventional commits since the last tag. Merging this does not publish anything. After it lands, dispatch Release and publish with version 0.97.0 and the merge commit SHA.
Read the changelog section before merging. That is the whole point of this pull request.
Please regenerate this proposal after two release blockers land.
The release workflow doesn't authorize the exact post-merge commit. It checks that the requested SHA is current main, but it never checks whether the test workflow passed for that SHA. Main protection uses a non-strict test check. The checks shown here apply to 3d433b0, not the later squash commit on main. A release dispatch can therefore tag a new or failed main commit. Require a successful named test run for the requested 40-character SHA before tag creation. Add regression cases for missing, pending, failed, and mismatched runs.
The built wheel redistributes modified copies of VAGEN's gym_base_env.py and gym_image_env.py. The wheel and sdist carry only OpenAdapt's copyright notice. VAGEN's MIT license requires its copyright and permission notice to travel with copied code. Record the source repository, commit fe4b11db336bb9474aa5b30651460caeb598f97f, source paths and hashes, and modification state. Ship the VAGEN notice in both archives, then make a built-archive test fail when that notice is absent.
I built exact head 3d433b0: the wheel is 1,056,488 bytes and the sdist is 62,164,539 bytes. check_source_boundary.py --require-dist passes, which confirms that the current crown-jewel scan does not check third-party notice inventory.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepares
0.97.0, up from0.96.1, across 5 commits.Written by
scripts/plan_release.pyfrom the conventional commits since the last tag. Merging this does not publish anything. After it lands, dispatch Release and publish with version0.97.0and the merge commit SHA.Read the changelog section before merging. That is the whole point of this pull request.