...
1mod=example.com/fix
2base=v1.0.0
3version=v1.1.0-compatible-other
4release=v1.0.1
5success=false
6-- want --
7# example.com/fix/bad
8## errors in base version:
9bad/bad.go:3:15: undefined: NOTYPE
10
11## incompatible changes
12Broken: changed from func() invalid type to func() int
13
14# example.com/fix/good
15## compatible changes
16Better: added
17
18# summary
19v1.0.1 is not a valid semantic version for this release.
20There are compatible changes, but the minor version is not incremented
21over the base version (v1.0.0).
View as plain text