-
Notifications
You must be signed in to change notification settings - Fork 49
feat(crates/tuono): add --head
flag to download most recent template
#408
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
Conversation
This PR will be ready to merge after #262 (comment) is addressed. |
4797156
to
21d3c1e
Compare
--head
flag to download most recent template
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Left just a couple of comments :)
Alright, this is ready to merge :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see the tests for generate_raw_content_url
. Have you pushed them?
Co-authored-by: Valerio Ageno <51341197+Valerioageno@users.noreply.github.com>
Here they are. Since these are unit tests, I put them in the bottom of the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks
Context & Description
Fixes #262, and supersedes #292