#!/bin/sh -x
git archive --remote=git@git.sr.ht:~jpastuszek/mascot --prefix mascot-v$1/ master | gzip -9 > mascot-v$1.tar.gz
