-
Notifications
You must be signed in to change notification settings - Fork 159
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
Release process #14548
Comments
Current development version is
If you want to patch to previous release, you should request to maintainers to release new patch version with your requirement. If maintainers allow requirement, we will decide to release new patch version, then release process will be started. If we need patch to |
I've created a new release branch for @mhs4670go would that be the correct approach to requesting a new release |
@seanshpark could you please have a look and let me know if this is the correct approach to releasing a new version? |
@tomdol Hello. I have one question about this. Could you describe why the patch needs to be applied especially to 1.28.0 release? We can just include it to following 1.30.0 release. |
Hi, the reason is that the NPU Compiler currently uses the 1.28 version of ONE and upgrading to 1.29 or newer is currently blocked because of breaking changes of ONE's API. This is why we'd like to gradually update to 1.28 with necessary fixes and then to something newer when the other issues are figured out. |
Hi!
I have question about possibility to patch not latest ONE release. Let's suppose that this PR will be successfully merged. As currently latest ONE release is
1.29.0
we can expect it will be included in next release, which be I can guess1.29.1
or1.30.0
. My question is, if this PR could be also included in1.28.x
? Currently it's1.28.0
but if it's possible to bump it to1.28.1
with this PR?The text was updated successfully, but these errors were encountered: