#!/bin/bash set -e git describe --tags --match="v*" --exact-match >/dev/null ./make npm publish