Skip to content

Comments

release(core): versionskonvergenz fuer 6.1.18 vorbereiten#128

Merged
tomtastisch merged 1 commit intomainfrom
codex/release/6-1-18-version-bump
Feb 22, 2026
Merged

release(core): versionskonvergenz fuer 6.1.18 vorbereiten#128
tomtastisch merged 1 commit intomainfrom
codex/release/6-1-18-version-bump

Conversation

@tomtastisch
Copy link
Owner

Ziel & Scope

Versionierungs-Minischritt für Phase D: SSOT auf 6.1.18 anheben, damit RC-Canary (v6.1.18-rc.1) und anschließender Stable-Tag ohne Versionsdrift ausgeführt werden können.

Umgesetzte Aufgaben (abhaken)

  • Directory.Build.props (RepoVersion) auf 6.1.18 gesetzt.
  • src/FileTypeDetection/FileTypeDetectionLib.vbproj (Version, PackageVersion) auf 6.1.18 gesetzt.
  • Root-Version-History (docs/versioning/002_HISTORY_VERSIONS.MD) auf Arbeitsstand v6.1.18 aktualisiert.
  • Root-Changelog (docs/versioning/003_CHANGELOG_RELEASES.MD) um Sektion 6.1.18 ergänzt.
  • EN-Spiegel-History (docs/versioning/102_HISTORY_VERSIONS.MD) aktualisiert.
  • EN-Spiegel-Changelog (docs/versioning/103_CHANGELOG_RELEASES.MD) aktualisiert.
  • DE-Raster (docs/0_de/versioning/002|003) synchronisiert.
  • EN-Raster (docs/1_en/versioning/002|003) synchronisiert.

Nachbesserungen aus Review (iterativ)

  • Keine Logik-/API-Änderung: Scope strikt auf Versionierung + Dokumentation begrenzt.
  • Lokale Gates mit Artifact-Defer-Modus verifiziert (preflight, versioning-svt).

Security- und Merge-Gates

  • Required Checks müssen vollständig grün sein.
  • security/code-scanning/tools: 0 offene Alerts ist Merge-Bedingung.
  • 0 offene Review-Threads vor Merge.
  • SECURITY.md unverändert.

Evidence (auditierbar)

  • CI_DEFER_ARTIFACT_LINK_RESOLUTION=1 bash /Users/tomwerner/RiderProjects/FileClassifier/tools/ci/bin/run.sh preflight
    • Ergebnis: Exit-Code 0.
  • CI_DEFER_ARTIFACT_LINK_RESOLUTION=1 bash /Users/tomwerner/RiderProjects/FileClassifier/tools/ci/bin/run.sh versioning-svt
    • Ergebnis: Exit-Code 0.
  • CI_DEFER_ARTIFACT_LINK_RESOLUTION=1 bash /Users/tomwerner/RiderProjects/FileClassifier/tools/ci/bin/run.sh pack
    • Ergebnis: Pack completed (Tomtastisch.FileClassifier 6.1.18).

DoD (mindestens 2 pro Punkt)

Punkt DoD A DoD B
SSOT-Version RepoVersion, Version, PackageVersion sind identisch 6.1.18 Kein Runtime-/API-Code geändert
History/Changelog 6.1.18 in Root + DE/EN-Spiegeln dokumentiert Arbeitsstand in History auf v6.1.18 angehoben
Release-Readiness versioning-svt lokal grün PR-CI prüft dieselben Gates erneut fail-closed

Nicht-Ziel: kein Tagging/Publish in diesem PR (folgt erst nach Merge auf main).

Copilot AI review requested due to automatic review settings February 22, 2026 21:12
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@github-actions github-actions bot added area:docs area:versioning feature New compatible feature or datatype impl:config versioning:minor New compatible functionality; requires MINOR bump labels Feb 22, 2026
Copy link
Contributor

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

This PR prepares version convergence for release 6.1.18, updating the repository's Single Source of Truth (SSOT) version identifier across all required locations to enable the subsequent RC canary tag v6.1.18-rc.1 and stable release without version drift.

Changes:

  • Updated RepoVersion, Version, and PackageVersion properties from 6.1.17 to 6.1.18
  • Synchronized version history and changelog documentation across root and all DE/EN mirrors
  • Added 6.1.18 entries to all version history and changelog files documenting the release preparation

Reviewed changes

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

Show a summary per file
File Description
Directory.Build.props Updated RepoVersion property to 6.1.18
src/FileTypeDetection/FileTypeDetectionLib.vbproj Updated Version and PackageVersion properties to 6.1.18
docs/versioning/002_HISTORY_VERSIONS.MD Updated current working state to v6.1.18 and added history entry for 6.1.18
docs/versioning/003_CHANGELOG_RELEASES.MD Added changelog section for 6.1.18 documenting version SSOT changes
docs/versioning/102_HISTORY_VERSIONS.MD Updated EN mirror: current working state to v6.1.18 and added history entry
docs/versioning/103_CHANGELOG_RELEASES.MD Added EN mirror changelog section for 6.1.18
docs/0_de/versioning/002_HISTORY_VERSIONS.MD Updated DE mirror: current working state to v6.1.18 and added history entry
docs/0_de/versioning/003_CHANGELOG_RELEASES.MD Added DE mirror changelog section for 6.1.18
docs/1_en/versioning/002_HISTORY_VERSIONS.MD Updated EN mirror: current working state to v6.1.18 and added history entry
docs/1_en/versioning/003_CHANGELOG_RELEASES.MD Added EN mirror changelog section for 6.1.18

@tomtastisch tomtastisch merged commit 314ad0c into main Feb 22, 2026
30 checks passed
@tomtastisch tomtastisch deleted the codex/release/6-1-18-version-bump branch February 22, 2026 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:docs area:versioning feature New compatible feature or datatype impl:config versioning:minor New compatible functionality; requires MINOR bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant