golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/cmd/gorelease/testdata/basic/README.txt (about) 1 Module example.com/basic tests basic functionality of gorelease. 2 It verifies that versions are correctly suggested or verified after 3 various changes. 4 5 All revisions are stored in the mod directory. The same series of 6 changes is made across three major versions, v0, v1, and v2: 7 8 vX.0.1 - simple package 9 vX.1.0 - compatible change: add a function and a package 10 vX.1.1 - internal change: function returns different value 11 vX.1.2 - incompatible change: delete a function and a package