FYI: I deleted some invalid tags from <https://git...
# general
t
FYI: I deleted some invalid tags from https://github/com/solidusio/solidus repo. Some were causing issues with the automatic release note GHH actions, like the
v.2.7.0
tag (a
v2.7.0
still exists on the same commit hash), also the tag
rm
and lots of tags that miss the
v
prefix (like
1.1.0
). Please adjust your Gemfile if you were using any of these tags.
k
AH, I thought it was something related to the release notes too big, exceeding some quota on GH API, is it working now?
t
Yes
k
nice, thanks!