Skip to content

chore(release): 26.7.0 (YY.MM.MICRO CalVer) - #1096

Merged
vpetersson merged 5 commits into
masterfrom
chore/release-26.7.0
Jul 7, 2026
Merged

chore(release): 26.7.0 (YY.MM.MICRO CalVer)#1096
vpetersson merged 5 commits into
masterfrom
chore/release-26.7.0

Conversation

@vpetersson

@vpetersson vpetersson commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Cuts the 26.7.0 release and brings the repo in line with corrected CalVer.

Versioning fix

Per ADR-0002 (revised + merged in sbomify/adr#2), sbomify uses YY.MM.MICRO CalVer — the middle segment is the release month, written unpadded (26.7.0, not 26.07.0, which would be invalid SemVer and get normalized away by PEP 440). The first three 2026 tags (26.1.026.3.0) used an earlier sequential-counter interpretation and are left as-is; the next release, cut in July 2026, is 26.7.0.

Changes

  • Version bump 26.3.026.7.0 in pyproject.toml, package.json, and the sbomify entry in uv.lock (regenerated via uv lock, not hand-edited).
  • Removed CHANGELOG.md — this repo does not maintain a changelog file; notable changes are recorded in the GitHub release notes instead.
  • docs/RELEASE.md: documents the YY.MM.MICRO scheme, the no-zero-padding rule, and syncing both manifests + uv lock; points release notes at GitHub rather than a changelog.
  • docs/ADR/0007: updated its two CHANGELOG.md references to point at the GitHub release notes, keeping the docs consistent after the removal.

Notes

🤖 Generated with Claude Code

Bump 26.3.0 -> 26.7.0 across pyproject.toml, package.json and uv.lock.
Under the corrected CalVer scheme (sbomify/adr#2) the middle segment is
the release month, unpadded, so the first July 2026 release is 26.7.0.

- CHANGELOG: replace the stale "Semantic Versioning" statement with CalVer
  (YY.MM.MICRO) linked to ADR-0002, and roll [Unreleased] into [26.7.0].
- RELEASE.md: document the YY.MM.MICRO scheme, the no-zero-padding rule,
  and syncing both manifests + uv lock.

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

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 26.7.0 release and updates repository documentation to reflect the corrected CalVer YY.MM.MICRO scheme (with an unpadded month) so Python (PEP 440) and npm version parsing stay consistent.

Changes:

  • Bumps version 26.3.0 → 26.7.0 across pyproject.toml, package.json, and the sbomify entry in uv.lock.
  • Updates CHANGELOG.md to reference CalVer (instead of SemVer) and adds the 26.7.0 (2026-07-06) release header.
  • Expands docs/RELEASE.md with explicit CalVer guidance and updated release steps/tagging instructions.

Reviewed changes

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

Show a summary per file
File Description
uv.lock Updates the editable sbomify package version to 26.7.0.
pyproject.toml Bumps Python package version to 26.7.0.
package.json Bumps frontend components package version to 26.7.0.
docs/RELEASE.md Documents YY.MM.MICRO CalVer (unpadded month) and updates the release procedure.
CHANGELOG.md Switches wording from SemVer to CalVer and rolls changes under the 26.7.0 heading.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/RELEASE.md
vpetersson and others added 2 commits July 6, 2026 20:01
This repo does not maintain a changelog file. Drop CHANGELOG.md and the
release-process references to it; notable changes are recorded in the
GitHub release notes instead.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Match the pre-release step so the example doesn't lint node_modules.
Addresses Copilot review feedback on #1096.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 6, 2026 20:04

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 4 out of 5 changed files in this pull request and generated 1 comment.

Comment thread docs/RELEASE.md
vpetersson and others added 2 commits July 7, 2026 13:00
CHANGELOG.md was removed in this release; update ADR-0007's two
references to it so the docs stay consistent (release notes are now the
operator-facing breaking-change record). Addresses Copilot feedback on #1096.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vpetersson
vpetersson merged commit f38411f into master Jul 7, 2026
23 checks passed
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