Skip to content

chore(quantecon): cut qe-v3 (book-proof-scope, #28)#31

Merged
mmcky merged 1 commit into
mainfrom
chore/cut-qe-v3
May 15, 2026
Merged

chore(quantecon): cut qe-v3 (book-proof-scope, #28)#31
mmcky merged 1 commit into
mainfrom
chore/cut-qe-v3

Conversation

@mmcky
Copy link
Copy Markdown

@mmcky mmcky commented May 15, 2026

Summary

Cuts the qe-v3 integration tag covering PR #28 (book-proof-scope). Per the freshly-updated quantecon/README.md maintaining-VERSION.yml workflow: the doc PR lands first, then the git tag is cut on the merged commit so cat VERSION.yml at the tag is self-consistent.

Changes

  • quantecon/VERSION.yml: bump qe_version to qe-v3; set tag: qe-v3 on the book-proof-scope entry (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-v4 once it merges.

Post-merge steps (manual)

After squash-merging this PR:

git checkout main && git pull
git tag qe-v3 HEAD -m "qe-v3: book-proof-scope (#28)"
git push origin qe-v3

🤖 Generated with Claude Code

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>
Copilot AI review requested due to automatic review settings May 15, 2026 01:13
Copy link
Copy Markdown

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

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_version to qe-v3 and set tag: qe-v3 on the book-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.

@mmcky mmcky merged commit de3f5fd into main May 15, 2026
13 of 14 checks passed
@mmcky mmcky deleted the chore/cut-qe-v3 branch May 15, 2026 01:19
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