Native versioning with live update is not working with my cases

I have problem after update to capacitor 5.

I update my project to capacitor 5, and after that I want to live update my javascript code changes for fit to capacitor 5. but live update is only update js/html/css code. So my app will not working without app update in appstore or googlestore.

so I found this article > https://ionic.zendesk.com/hc/en-us/articles/360003567694-How-to-restrict-Deploy-updates-by-native-version

but it seems only allow to set native versioning per build. that means… I need to set native versioning every time when I make a new build.

Is there any way to do not have to set native versioning every build?
(default native versioning or can set some script for versioning?)

Thnank you!