Skip to content

Commit 76ecfe7

Browse files
committed
contributing: Add note about git diff
1 parent 938df21 commit 76ecfe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ The following steps can be used to update libgit2:
3131
can be helpful for seeing what has changed.
3232
The project has recently started labeling API and ABI breaking changes with labels:
3333
<https://github.com/libgit2/libgit2/pulls?q=is%3Apr+label%3A%22api+breaking%22%2C%22abi+breaking%22+is%3Aclosed>
34+
Alternatively, running `git diff [PREV_VERSION]..[NEW_VERSION] --ignore-all-space -- include/` can provide an overview of changes made to the API.
3435
4. Once you have everything functional, publish a PR with the updates.
3536

3637
## Release process

0 commit comments

Comments
 (0)