#!/bin/sh
set -e

git checkout release
git merge main
git push origin release
git checkout main
