-
-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Labels
Description
I think isReleasesOrTags
is wrong.
- isReleases: /user/repo/releases
- isTags: /user/repo/tags
- isReleasesOrTags: ?
You'd think that it would match ONLY those two URLs, but it also matches isSingleTag
Possible resolutions (non-exclusive):
- drop
isSingleTag
fromisReleasesOrTags
- rename to
isReleaseList
andisTagList
andisReleaseOrTagList
- add
isSingleReleaseOrTag