Skip to content

Commit

Permalink
Minor docs update (#3802)
Browse files Browse the repository at this point in the history
* Docs update

* Comment from jkwatson
  • Loading branch information
kittylyst authored Oct 28, 2021
1 parent 13c838a commit 92534e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,14 @@ It does not support all required rules, so you still have to run `spotlessApply`

## Specific tasks

### Updating the Snapshot build number

The overall version number for opentelemetry-java is determined from git tags, and not fixed in any file.

This means it will not update, even if you `git pull` from the repo tip. It will still produce a set of libraries with the old version number.

To update it, you must fetch the tags, via `git fetch --all --tags` - which should work, even if you have forked the repo, as long as the trunk repo is set as an upstream remote.

### Updating OTLP proto dependency version

The OTLP proto dependency version is defined [here](proto/build.gradle). To bump the version,
Expand Down

0 comments on commit 92534e2

Please sign in to comment.