-
Notifications
You must be signed in to change notification settings - Fork 59
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
Feature Request: An efficient way to update WasmEdge's version #53
Comments
Yes it's a good approach I was thinking of a build step where it scans all files and replaces that word with a version number specified using sed[0] or other similar tool. |
I do not have any idea about what could solution be, but am happy to help if I could! |
@alabulei1 Are the docs not going to be updated for different versions/releases? If we are, then we can easily change the variable value at any time. Please correct me if I have misunderstood the feature. |
This sounds good! A tool like this can reduce human errors |
@hydai @juntao What do you think? I think we use this way when 1.0 is released. |
The 0.x series changes API a lot between versions, and it would be better to have it right now. As you can see here, we already split the API reference during different versions. |
Just to add on:
We can tag this version for now and set |
I find how to pass env var in docusarus V2. This will fix this issue faster. https://stackoverflow.com/questions/61127010/how-to-pass-env-var-to-docusaurus-v2 |
Feature Request: An efficient way to update WasmEdge's version
|
Is your feature request related to a problem? Please describe.
When WasmEdge has released a new version, we should ensure everything in this doc uses the latest version of WasmEdge.
There are 12 files that need to be synced with the latest version of WasmEdge. It would be complex to maintain all 12 files.
Describe the solution you'd like.
Can we think of a simple way to update the version of WasmEdge? For example, we can first set a general parameter called
{{ wasmedge_version }}
. Then we update ``{{ wasmedge_version }}` equals the latest version of WasmEdge. Finally, all the docs are using the same and lastest version of WasmEdge.This would be much easier to update WasmEdge's version. Any feedback is welcome.
Describe alternatives you've considered
No response
Additional context.
No response
The text was updated successfully, but these errors were encountered: