docs(readme): pin examples to v2.0.1 and document conventional PR-title requirement#9
Open
TheMeinerLP wants to merge 2 commits into
Open
docs(readme): pin examples to v2.0.1 and document conventional PR-title requirement#9TheMeinerLP wants to merge 2 commits into
TheMeinerLP wants to merge 2 commits into
Conversation
…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).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@v2.0.1umgestellt (vorher@v2, das nie als floating Tag existierte — PR feat: auto-maintain floating major version tag #5 wurde explizit geschlossen).vX.Y.Z), Renovate übernimmt Bumps.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