-
Notifications
You must be signed in to change notification settings - Fork 325
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
What am I not understanding... #270
Comments
@brettcurtis your expectation is correct and it should get the 1.1 done. I think this is related to a "fix" that has been published recently as this has never been a problem (obviously as it's quite critical 😂). I'll have a look into this. |
hahah ok no problem I thought i was going crazy lol |
Any updates on this? I'm running into the same issue through the same steps as Brett, and my sort-of workaround was to use I should probably mention that my current workaround for the workaround I just mentioned is to then run |
Thanks @JRagone - I hit this issue again and your workaround (gren release --tags= --override) is doing what I need it to until the bug is addressed. |
I just ran into this as well. Both issues are caused by the fact that a tag has a null date until/unless it is associated with a published release, but gren sorts the tags by date in reverse order, putting the null(s) at the bottom of the list. So let's say you just created a tag called
If you were to run To work around that, you run There are a few ways to solve it. You could force the date on the specified tag always to be "now", so it goes to the top of the list, but that would only help if you specified the tag on the command line, so it would only solve issue 2. Maybe a better solution would be to sort by the tag name instead of date (using semver sorting), filtering by what was specified in |
another way to solve it is to use the last working version. we are using 0.17.1 for now via npx: |
Is this fixed? Still have the mentioned issue with 0.17.3 |
@xetra11 same issue here. Gren also doesn't find all tags, just 2 of them:
|
Please tell me why I'm not getting my second release and what from the docs am I missing??
✔ 1.0 has been successfully created!
Now I make some change in the repo, commit & push..
I would expect this to create the 1.1 release for me???
The text was updated successfully, but these errors were encountered: