#!/bin/bash new_tag="$1" yarn version --new-version $new_tag git push git tag $new_tag git push origin $new_tag