chore(quantecon): cut qe-v3 (book-proof-scope, #28)#31
Merged
Conversation
Bumps qe_version to qe-v3 and sets `tag: qe-v3` on the book-proof-scope entry. The git tag qe-v3 will be cut on the squash commit of this PR so that `cat VERSION.yml` at the tag is self-consistent (qe_version matches the tag). Per quantecon/README.md: "Doing it in this order means anyone who `cat`s VERSION.yml at tag qe-v<N+1> sees a self-consistent file." Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Cuts the qe-v3 integration tag covering merged PR #28 (book-proof-scope) and updates the tag-cut workflow in the README to land the VERSION.yml metadata PR before the git tag (so the tagged tree is self-consistent), while relaxing the "must batch" rule to allow per-PR or batched tags.
Changes:
- Bump
qe_versiontoqe-v3and settag: qe-v3on thebook-proof-scope(id 3) entry. - Rewrite the "Maintaining VERSION.yml" workflow to: doc PR first → squash-merge → tag merged commit.
- Relax tagging cadence guidance from "must be batched" to per-PR or batched.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| quantecon/VERSION.yml | Bumps qe_version to qe-v3 and assigns tag: qe-v3 to the book-proof-scope entry. |
| quantecon/README.md | Documents the new metadata-PR-first tag-cut workflow and relaxes the batching rule. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Cuts the
qe-v3integration tag covering PR #28 (book-proof-scope). Per the freshly-updatedquantecon/README.mdmaintaining-VERSION.yml workflow: the doc PR lands first, then the git tag is cut on the merged commit socat VERSION.ymlat the tag is self-consistent.Changes
quantecon/VERSION.yml: bumpqe_versiontoqe-v3; settag: qe-v3on thebook-proof-scopeentry (id: 3).quantecon/README.md: clarify the tag-cut workflow — VERSION.yml update goes via PR first, then the tag is cut on the merged commit. Also relaxes "must be batched" to "per-PR or batched, pick whichever fits the cadence" (qe-v3 covers a single feature; future tags may bundle).PR #26 (book-parts) is still open and will become
qe-v4once it merges.Post-merge steps (manual)
After squash-merging this PR:
🤖 Generated with Claude Code