#!/bin/bash

NEW_VERSION=$(MIX_QUIET=1 mix version.current)

git tag "v${NEW_VERSION}" && \
 git push && \
 git push --tag