Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .agents/skills/mdref-contribution-flow/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,9 @@ Push more commits to the same branch. **No force-push after review starts** unle

```bash
gh pr merge <N> --squash --delete-branch
git checkout main && git pull --ff-only
git checkout main && git pull --ff-only && git fetch --prune
```

The squash commit (= PR title) feeds `git-cliff` for the next CHANGELOG entry.

## CI failures

Required checks: `Precheck` and `Cross-platform build (macos-latest / windows-latest)`. Almost everything is reproducible via `./scripts/precheck.sh`. Inspect logs with `gh run view --log-failed`.
Loading