Push Core Changes

  1. Check which core modules have local changes:

    gon push
  2. Push a specific core module:

    gon push Common -m "fix: helper update"
  3. Push with a version tag:

    gon push Common --tag=v1.3.0 -m "release: v1.3.0"
  4. Push all changed core modules at once:

    gon push --all -m "fix: core updates"