Skip to content
Merged
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
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@ Commit messages are a human interpretation of a change — imprecise, incomplete
# Compare last tag to HEAD
npx sigdiff

# Compare two refs
# Compare two tags
npx sigdiff v1.0.0..v2.0.0

# Any git ref works: branches, commits, relative refs
npx sigdiff main..feature-branch
npx sigdiff abc1234..def5678
npx sigdiff HEAD~5..HEAD

# Scope to a specific entrypoint
npx sigdiff --entrypoint src/index.ts

Expand Down
Loading