Skip to content

Commit 5337b76

Browse files
committed
remove unused method
1 parent 3c7cb4c commit 5337b76

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

services/release/notes.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ func (err ErrReleaseNotesTagNotFound) Unwrap() error {
4444
return util.ErrNotExist
4545
}
4646

47-
// IsErrReleaseNotesTagNotFound reports whether the error is ErrReleaseNotesTagNotFound.
48-
func IsErrReleaseNotesTagNotFound(err error) bool {
49-
_, ok := err.(ErrReleaseNotesTagNotFound)
50-
return ok
51-
}
52-
5347
// ErrReleaseNotesNoBaseTag indicates there is no tag to diff against.
5448
type ErrReleaseNotesNoBaseTag struct{}
5549

0 commit comments

Comments
 (0)