Description
The main branch should be tracking version 3.0.0 and the 2.x branch should be tracking the current minor version.
As an example, Observability tracks 3.0.0 along with the SNAPSHOT tag. We should include a flag for SNAPSHOT in our build.gradle, since 3.0.0 will not compile without it since there is no 3.0.0 release currently.
Description
The
mainbranch should be tracking version3.0.0and the2.xbranch should be tracking the current minor version.As an example, Observability tracks
3.0.0along with theSNAPSHOTtag. We should include a flag forSNAPSHOTin ourbuild.gradle, since3.0.0will not compile without it since there is no3.0.0release currently.