Push Core Changes
Check which core modules have local changes:
gon pushPush a specific core module:
gon push Common -m "fix: helper update"Push with a version tag:
gon push Common --tag=v1.3.0 -m "release: v1.3.0"Push all changed core modules at once:
gon push --all -m "fix: core updates"