-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing version on shard.yml #29
Comments
fixed. thanks for keeping me in line. do you know what the standard practice is for other Crystal projects so there is less human error? |
@samueleaton Sure, I use |
@samueleaton Oh, I''m getting this error now: (no idea why 😅 )
I'm using sentry as dependency here:https://github.com/faustinoaq/sentry-run/ |
I already cleaned up my shards cache 😅 |
do you think if i bumped the minor version it would fix it? |
@samueleaton So weird, you have tagged sentry correctly, I checked twice 😅 I tried to test only sentry as dependency (without sentry-run) and I still got this error:
@ysbaddaden any idea what is happening here? 😅 |
I just found the issue (mentioned by @hmans on gitter) @samueleaton You have a 1.0.0 tag here: https://github.com/samueleaton/sentry/releases/tag/1.0.0 Can you remove it? 😅 |
I ended up forking this repo and removing the 1.0.0 tag from my fork, so I can confirm this will fix the issue. |
Can you open an issue in Shards about this? It shouldn't be confused by tags that don't start with |
Hi @samueleaton
I see you released sentry v0.3.0, although,
shard.yml
still says v0.2.0, see: https://github.com/samueleaton/sentry/blob/v0.3.0/shard.yml#L2Can you delete v0.3.0 and create it again including the version change on
shard.yml
?The text was updated successfully, but these errors were encountered: