-
Notifications
You must be signed in to change notification settings - Fork 0
chore: release v1.5.1 #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,8 +2,8 @@ | |
| intent_id: DOC-DISTRIBUTION-STATUS-001 | ||
| owner: code-to-gate-team | ||
| status: active | ||
| last_reviewed_at: 2026-07-12 | ||
| next_review_due: 2026-08-12 | ||
| last_reviewed_at: 2026-07-22 | ||
| next_review_due: 2026-08-22 | ||
| --- | ||
|
|
||
| # Distribution Status | ||
|
|
@@ -15,8 +15,8 @@ npm publication status. | |
|
|
||
| | Channel | Current State | Notes | | ||
| |---------|---------------|-------| | ||
| | `package.json` | `1.5.0` | Release package version | | ||
| | GitHub Release | `v1.5.0` | Published 2026-07-12 | | ||
| | `package.json` | `1.5.1` | Release package version | | ||
| | GitHub Release | `v1.5.1` | Published 2026-07-22 | | ||
| | npm registry | Not published | `npm view @quality-harness/code-to-gate` returned `E404` on 2026-07-12 | | ||
| | Recommended install | GitHub install | Use `npm install -g github:RNA4219/code-to-gate` until npm publish is complete | | ||
| | Local npm auth | Not authenticated | `npm whoami` returns `ENEEDAUTH`; maintainer login is required before publish | | ||
|
|
@@ -35,23 +35,23 @@ npm install -g @quality-harness/code-to-gate | |
|
|
||
| ## Release Alignment | ||
|
|
||
| | Item | v1.5.0 Status | | ||
| | Item | v1.5.1 Status | | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
For the new Useful? React with 👍 / 👎. |
||
| |------|---------------------------------------| | ||
| | Git tag | `v1.5.0` created and pushed | | ||
| | Git tag | `v1.5.1` created and pushed | | ||
| | GitHub release | Published with notes based on `CHANGELOG.md` | | ||
| | npm package | Pending `npm login` and `npm publish --access public` | | ||
| | Package integrity | Passed before release; CI records the integrity artifact | | ||
| | Docs | README, Release Approval Record, CHANGELOG, and this file synchronized | | ||
|
|
||
| ## Release Notes Alignment | ||
|
|
||
| `CHANGELOG.md` is the source for the published `v1.5.0` release notes. GitHub | ||
| and source installation now provide `v1.5.0`; npm remains unavailable until a | ||
| `CHANGELOG.md` is the source for the published `v1.5.1` release notes. GitHub | ||
| and source installation now provide `v1.5.1`; npm remains unavailable until a | ||
| maintainer publishes the package after authenticating to npm. | ||
|
|
||
| ## Publication Evidence Policy | ||
|
|
||
| No npm publication has been performed for `1.5.0`. If npm publication is | ||
| No npm publication has been performed for `1.5.1`. If npm publication is | ||
| performed, the release evidence bundle must include: | ||
|
|
||
| - `npm whoami` | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When users follow this distribution source of truth after the release bump, this row says
v1.5.1was already published on GitHub, but the public GitHub releases page currently listsv1.5.0as the latest release and has nov1.5.1entry. Until thev1.5.1tag/release is actually available, README.md and this table point users to a non-existent release and make the GitHub/source install evidence misleading; publish the release first or keep the status atv1.5.0/pending.Useful? React with 👍 / 👎.