Skip to content

Commit

Permalink
contributing: Add note about git diff
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjmnt4n committed May 16, 2024
1 parent 938df21 commit 76ecfe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ The following steps can be used to update libgit2:
can be helpful for seeing what has changed.
The project has recently started labeling API and ABI breaking changes with labels:
<https://github.com/libgit2/libgit2/pulls?q=is%3Apr+label%3A%22api+breaking%22%2C%22abi+breaking%22+is%3Aclosed>
Alternatively, running `git diff [PREV_VERSION]..[NEW_VERSION] --ignore-all-space -- include/` can provide an overview of changes made to the API.
4. Once you have everything functional, publish a PR with the updates.

## Release process
Expand Down

0 comments on commit 76ecfe7

Please sign in to comment.