Skip to content

Point Dependabot at master and document the trunk-based release model - #89

Merged
MidnightDesign merged 1 commit into
masterfrom
chore/trunk-setup
Jul 23, 2026
Merged

Point Dependabot at master and document the trunk-based release model#89
MidnightDesign merged 1 commit into
masterfrom
chore/trunk-setup

Conversation

@MidnightDesign

Copy link
Copy Markdown
Contributor

Follows the trunk consolidation (0.2.x renamed to master).

  • dependabot.yml: retarget both ecosystems from 0.2.x to master (the old branch no longer exists, so Dependabot would otherwise fail).
  • docs/RELEASING.md: document the model — master is the single trunk, releases are tags, maintenance branches are created reactively from a tag, and the BC check gates by intended version (informational per-PR, enforced at release).

🤖 Generated with Claude Code

Development consolidated from 0.2.x onto master. Update Dependabot's
target-branch to match, and add docs/RELEASING.md describing the model:
master is the single trunk, releases are tags, maintenance branches are
created reactively from a tag, and the BC check gates by intended version.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XaVJhFFYHJee3UokQwFG6E
@MidnightDesign
MidnightDesign merged commit 906fbf1 into master Jul 23, 2026
25 checks passed
@MidnightDesign
MidnightDesign deleted the chore/trunk-setup branch July 23, 2026 12:43
MidnightDesign added a commit that referenced this pull request Jul 23, 2026
Brings in the trunk process docs (#89) and the BC policy + @internal hygiene (#90).

Conflict resolution:
- src/Parser/Delimiters.php: kept deleted. generics removes this class; #90 had
  added @internal to it on master. Keeping it deleted wins.
- src/Parser/TypeParser.php: auto-merged. It now carries #90's @internal next to
  its @psalm-internal, alongside the generics changes.

InternalAnnotationConsistencyTest (from #90) passes: every @psalm-internal source
file also carries @internal.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XaVJhFFYHJee3UokQwFG6E
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