What if I want to update to non-beta releases of Nextcloud only, when using updater.phar on the CLI?

Considering that my “channel” is currently shown as “stable” in the web interface’s Settings → Administration → Overview → Version-> Update Channel

…I’m curious if I would just get a straightforward update from 23.0.2 to 23.0.3 (and not get any update to a Beta version), if I ran:

sudo -u www-data php /var/www/nextcloud/updater/updater.phar

…as above.