...
1Module example.com/basic tests basic functionality of gorelease.
2It verifies that versions are correctly suggested or verified after
3various changes.
4
5All revisions are stored in the mod directory. The same series of
6changes is made across three major versions, v0, v1, and v2:
7
8vX.0.1 - simple package
9vX.1.0 - compatible change: add a function and a package
10vX.1.1 - internal change: function returns different value
11vX.1.2 - incompatible change: delete a function and a package
View as plain text