Skip to content

docs(readme): pin examples to v2.0.1 and document conventional PR-title requirement#9

Open
TheMeinerLP wants to merge 2 commits into
mainfrom
claude/implement-release-please-9inVJ
Open

docs(readme): pin examples to v2.0.1 and document conventional PR-title requirement#9
TheMeinerLP wants to merge 2 commits into
mainfrom
claude/implement-release-please-9inVJ

Conversation

@TheMeinerLP
Copy link
Copy Markdown
Contributor

Summary

  • Alle README-Beispiele auf @v2.0.1 umgestellt (vorher @v2, das nie als floating Tag existierte — PR feat: auto-maintain floating major version tag #5 wurde explizit geschlossen).
  • Versioning-Abschnitt klargestellt: Vollständig pinnen (vX.Y.Z), Renovate übernimmt Bumps.
  • Test-Results-Abschnitt um Hinweis zur Per-OS-Artifact-Isolation (v2.0.1) ergänzt.
  • Contributing-Abschnitt: expliziter Hinweis, dass PR-Titel konventionell sein müssen (verhindert Wiederholung des PR Remove merge-multiple option from test reports download #6 → kein Release-Bugs).

Why

Ohne diesen Doku-Patch landen neue Konsumenten bei @v2, das nicht existiert; alte Konsumenten verlieren Trigger wie bei PR #6.

https://claude.ai/code/session_01DbyhbsRLEJ2EfGRppFnDY6


Generated by Claude Code

…unted results

The previous junit_files config listed two overlapping globs:
  - artifacts/**/TEST-*.xml
  - artifacts/**/test-results/**/*.xml

Both match the same Gradle JUnit reports (TEST-*.xml under test-results),
so EnricoMi/publish-unit-test-result-action would parse each file twice
and inflate the totals reported on PR comments and the check summary.

Consolidate to the single canonical pattern
artifacts/**/test-results/**/TEST-*.xml.
The floating @v2 tag was never auto-maintained (see PR #5), so README
examples that used @v2 pointed to a tag that does not exist. Replace
every @v2 with the current latest concrete tag (@v2.0.1) and clarify in
the Versioning section that consumers must pin to a full vX.Y.Z and rely
on Renovate for bumps. Also document the matrix artifact isolation
behaviour shipped in v2.0.1 and remind contributors that PR titles must
be conventional (otherwise squash merges skip release-please).
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.

1 participant