We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7cb4c commit 5337b76Copy full SHA for 5337b76
services/release/notes.go
@@ -44,12 +44,6 @@ func (err ErrReleaseNotesTagNotFound) Unwrap() error {
44
return util.ErrNotExist
45
}
46
47
-// IsErrReleaseNotesTagNotFound reports whether the error is ErrReleaseNotesTagNotFound.
48
-func IsErrReleaseNotesTagNotFound(err error) bool {
49
- _, ok := err.(ErrReleaseNotesTagNotFound)
50
- return ok
51
-}
52
-
53
// ErrReleaseNotesNoBaseTag indicates there is no tag to diff against.
54
type ErrReleaseNotesNoBaseTag struct{}
55
0 commit comments