Does this semantic release plugin also support the changes to go.mod needed when the major version of a module changes?
For example, in this project's go.mod, you have the following:
module github.com/go-semantic-release/semantic-release/v2
The v2 suffix was added with the v2.0.0 release. Was this done with the semantic release code, was goreleaser used to modify the file, or was the file changed manually?