-
Notifications
You must be signed in to change notification settings - Fork 230
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
Playground version picker #2661
Playground version picker #2661
Conversation
Changes in this PR will be published to the following url to try(check status of TypeSpec Pull Request Try It pipeline for publish status): Website: https://tspwebsitepr.z22.web.core.windows.net/prs/2661/ |
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.
Looks good as far as I can tell. Does this mean we need to publish versioned directories of build artifacts on the playground site so that earlier versions can be imported?
If we do actually want to allow older version than 0.49 yeah, we should be able to write a script that download each older version of our package tgz, decompress it run the bunlder on it and upload it but I am not sure this is really needed. |
Ahhh yeah, I wasn't even talking about historical versions, just the strategy going forward. |
Oh for next version it is already taken care of, it will publish automatically if the version has not been published(in the same way we publish to npm) I did that a week or 2 ago #2587 |
fix #2044