Skip to content

Add the 1.0 release notes to README and HISTORY - #3

Merged
ptr727 merged 2 commits into
developfrom
feature/v1-release-notes
Aug 1, 2026
Merged

Add the 1.0 release notes to README and HISTORY#3
ptr727 merged 2 commits into
developfrom
feature/v1-release-notes

Conversation

@ptr727

@ptr727 ptr727 commented Aug 1, 2026

Copy link
Copy Markdown
Owner

The repo is public and CI is green, so 1.0 is the first public release and both files now say what it contains. version.json already declared 1.0, and NBGV computes the tag from it on a dispatch from main.

  • HISTORY.md replaces its placeholder with a real entry, keeping the fleet shape of a version heading and a nested list.
  • README.md carries the short summary the README structure asks for, three bullets, with the full list left to HISTORY.md.

Both state the thing a reader would otherwise assume wrongly: the site is not yet serving its public address, so 1.0 is the source and its pipeline, not the cutover. Releasing without saying that would read as the migration being finished.

Adds cutover to cspell.json, since it now appears in the two files the spell gate actually covers.

The repo is public and CI is green, so 1.0 is the first public release
and both files now say what it contains. `version.json` already declared
1.0, and NBGV computes the tag from it on a dispatch from `main`.

HISTORY.md replaces its placeholder with a real entry, keeping the fleet
shape of a version heading and a nested list. README carries the short
summary the README structure asks for, three bullets, with the full list
left to HISTORY.

Both state the thing a reader would otherwise assume wrongly: the site is
not yet serving its public address, so 1.0 is the source and its
pipeline, not the cutover. Releasing without saying that would read as
the migration being finished.

Adds "cutover" to cspell.json, since it now appears in the two files the
spell gate actually covers.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings August 1, 2026 16:52

Copilot AI left a comment

Copy link
Copy Markdown

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 documents the repository’s first public release (v1.0) by adding a short release summary to README.md and a detailed v1.0 entry to HISTORY.md, plus updating the spelling dictionary for the new terminology used in those notes.

Changes:

  • Add v1.0 release-note summary bullets to README.md.
  • Replace HISTORY.md’s placeholder with a detailed v1.0 entry using the project’s nested-list structure.
  • Add cutover to cspell.json to avoid spell-check failures on the new release text.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
README.md Adds a concise v1.0 release-note summary and points readers to the full history.
HISTORY.md Adds the full v1.0 release entry (content/pipeline scope and URL-contract/CI details).
cspell.json Whitelists the new term cutover used in the release notes.

Comment thread README.md Outdated
The line read `**Version: 1.0**:`, with a colon inside the bold and
another after it, which renders as a double colon. The sibling line
`**Summary**:` already puts the colon outside, so the two were
inconsistent with each other as well.

Now `**Version**: 1.0`, matching the sibling and the plain `Version 1.0:`
form used in HISTORY.md.

Raised by Copilot on this pull request. The construction was inherited
from the hub's own README, which carries the same double colon, and
spec/readme-structure.md does not mandate that literal form, asking only
for the current version and a short summary. README.md is repo-owned, so
this is fixed here and reported upstream rather than worked around.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings August 1, 2026 17:03

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

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

ptr727 added a commit to ptr727/ProjectTemplate that referenced this pull request Aug 1, 2026
README.md opened the block as `**Version: 2.0**:`, with the colon both inside
the bold and after it, so it renders as a double colon. Its own sibling line
`**Summary**:` puts the colon outside.

Found by Copilot on ptr727/Blog#3, the first pull request of the first repo to
copy the shape, and reported by the Blog agent on #456. The Release Notes
block is one a new repo copies by shape, so every adopter inherited a finding
on its first review.

Same reasoning as the dotfile comment sweep: the files a new repo copies first
teach it the shape, so a defect there propagates by construction.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@ptr727
ptr727 merged commit efbafe8 into develop Aug 1, 2026
3 checks passed
@ptr727
ptr727 deleted the feature/v1-release-notes branch August 1, 2026 17:20
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