summaryrefslogtreecommitdiffstats
path: root/cmd/gorelease/testdata/fix/README.txt
blob: e15319874e5f8bd213c8d6932ec69005696045a6 (plain)
1
2
3
4
5
6
7
Tests in this directory cover scenarios where errors in a package are fixed.

v1.0.0 is used as the base version for all tests.
It has an error: the return type of bad.Broken is undefined.

Each test fixes the error and may make other changes (compatible or not).
Note that fixing a type error in the API appears to be an incompatible change.